Skip to content

Commit

Permalink
fairy test introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyido committed Aug 19, 2024
1 parent 4edead4 commit 42dc223
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions testing-auditing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# todo
# Testing and Auditing

Make sure all the codes and branches of your contracts are covered with tests. If your contracts interact with interoperable systems (e.g. oracles, cross-chain bridges), make sure you run integration tests with them.

#### Testing with private net

Use [neo-express](https://github.com/neo-project/neo-express)

#### Testing on testnet and mainnet

Use [neo-fairy-test](https://github.com/Hecate2/neo-fairy-test/)

* introduce the Hecate2's testing tool
* introduce some famous auditing team on N3

0 comments on commit 42dc223

Please sign in to comment.