@neonevm/dao-governance
v1.1.0
Published
Neon DAO Governance SDK code base.
Downloads
28
Maintainers
Readme
Neon DAO Governance SDK
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