Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen committed Oct 17, 2024
1 parent 9706382 commit de21050
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,20 @@ yarn run secret:queryPubkey

* Reference https://docs.scrt.network/secret-network-documentation/development/readme-1/compile-and-deploy

#### Run Unit Tests

```
cd packages/secret-contracts/nunya-contract
make test
cargo test
# quicker tests
cargo test --lib
# explicit tests
cargo test --features=backtraces
```

### Setup Custom Gateways and Relayers <a id="setup-gateways-relayers"></a>

See https://github.com/ltfschoen/SecretPath to deploy the following:
Expand Down

0 comments on commit de21050

Please sign in to comment.