@open-source-economy/poc
v0.0.22
Published
## Formatting
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 testIf you want to run on a local network, you can use the following command:
solana-test-validator -r
anchor test --skip-local-validatorAnchor errors code: https://anchor.so/errors
Anchor cli: https://www.anchor-lang.com/docs/cli
