Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 866 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 866 Bytes

zkLink Nova Point System

For users on the zkLink Nova network, we will award points. This repository aims to calculate the points users earn based on different types of transactions in various protocols.

If you are a protocol developer on the Nova network and wish for your protocol's users to earn Nova points, please refer to our adapters documentation, this document will guide you on how to extend Nova points to your protocol's users.

Documentation

Installation

$ npm run install

Running the app

# development
$ npm run dev

# watch mode
$ npm run dev:watch

# production mode
$ npm run build && npm run start

Migration

# generate migration
$ npm run migration:generate --name=<Your Migration Name>

# run migration
$ npm run migration:run

License

MIT licensed.