-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |