@grapple-tools/core
v0.0.26
Published
## Deployed versions
Downloads
5
Readme
Grapple tools
Deployed versions
| tag | network | program ID | | ---- | ------- | -------------------------------------------- | | v0.1 | mainnet | 9NpAwDoXxmEJ4oC5LXEvZTTL69LhvJ8qt22spSGeEEre | | v0.1 | devnet | 9NpAwDoXxmEJ4oC5LXEvZTTL69LhvJ8qt22spSGeEEre |
Building & testing the Rust app
Pre-requisites
Before you can build the program, you will first need to install the following:
Installing
To install the repo, run:
git clone https://github.com/anselsol/grapple-program-library.git
Building
To build, run:
anchor build
Run tests
Start test validator
# Navigate to /.anchor directory
solana-test-validator -r --mint DDys12MuZa3kBe5gBBmeWSukxHEBS1FwwBrrVZiMijKm \
--bpf-program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s ../tests/mainnet-programs/metadata.so \
--bpf-program opnb2LAfJYbRMAHHvqjCwQxanZn7ReEHp1k81EohpZb ../tests/mainnet-programs/openbook-v2.so
Start anchor tests
# From project root directory
anchor test --provider.cluster localnet --skip-local-validator
Building & testing the frontend app
Coming soon...