1.0.2 • Published 4 months ago

@neonevm/dao-governance v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Neon DAO Governance SDK

workflows npm


NOTE

The package using on our Neon DAO Governance codebase.


Installation and setup

Firstly, install the package:

yarn add @neonlabs/dao-governance
# or
npm install @neonlabs/dao-governance

For Testing

We have provided extra examples within the src/__tests__/e2e folder, intended for testing and debugging this library on both the Devnet Solana network and Neon EVM.

Run this command for e2e testing Neon Transfer code.

yarn test
# or
npm run test