KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
nova-point-2
★ 13
Open GitHub ↗
nova-point-2
Download README (.md)
Explore Similar Repositories
Jinja2Cpp.jl
:
Julia wrapper for Jinja2Cpp for Jinja2 template rendering
officesdk
:
Office SDK: Easily view and edit document formats with high fidelity on any platform. Secure and customizable for various use cases.
moodle-local_yeswecanquiz
:
YesWeCanQuiz was a Moodle plugin. It enabled unauthenticated visitors to take quizzes.
yoda-frame
:
yoga + sdl2
homepage
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
nova-point-2
?
Download (.md)
# 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](./docs/adapters.md), this document will guide you on how to extend Nova points to your protocol's users. ## Documentation ## Installation ```bash $ npm run install ``` ## Running the app ```bash # development $ npm run dev # watch mode $ npm run dev:watch # production mode $ npm run build && npm run start ``` ## Migration ```bash # generate migration $ npm run migration:generate --name=<Your Migration Name> # run migration $ npm run migration:run ``` ## License [MIT licensed](./LICENSE).