@open-source-economy/poc
v0.0.22
Published
## Formatting
Downloads
25
Readme
backend-ose
Formatting
# Rust
cargo fmt
# Typescript
npx prettier --write .
Run on localnet
- Smart contract integration tests:
anchor test --detach
. Then you can browse the transactions here
Run test
anchor test
If you want to run on a local network, you can use the following command:
solana-test-validator -r
anchor test --skip-local-validator
Anchor errors code: https://anchor.so/errors
Anchor cli: https://www.anchor-lang.com/docs/cli