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.
$ npm run install
# development
$ npm run dev
# watch mode
$ npm run dev:watch
# production mode
$ npm run build && npm run start
# generate migration
$ npm run migration:generate --name=<Your Migration Name>
# run migration
$ npm run migration:run