1.1.0 • Published 9 months ago

@neonevm/dao-governance v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 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