solana 0.3.0 solana: ^0.3.0 copied to clipboard
Simple library to interact with the Solana blockchain
Dart library for Solana #
Publishing new version #
- Use conventional commits
- Run
melos version
. This will create a new commit with automatic changelog. Push the commit with the tag to the repository via PR.
Testing #
To run the tests you need to install the Solana Tool Suite and start the test validator by calling
solana-test-validator
You can also create an image from Dockerfile and run it.
For more information view the library documentation