Skip to content

Commit

Permalink
Update test folder in README
Browse files Browse the repository at this point in the history
  • Loading branch information
xhliu authored Mar 28, 2024
1 parent c0d9085 commit ed8070a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ See the [docs](https://scrypt.io/docs/how-to-debug-a-contract/#use-visual-studio
## Project Structure

- `src/contracts` - This is where all the smart contract code is. Each file is for a separate smart contract example, e.g. the `P2PKH` smart contract is defined inside `src/contracts/p2pkh.ts`.
- `tests/local` - This is the directory which contains smart contract tests that get executed locally. Each smart contract has its separate test file.
- `tests/testnet` - This is the directory which contains smart contract tests that get broadcast to the Bitcoin testnet.
- `tests/` - This is the directory which contains smart contract tests. They can be executed locally or on testnet, depending on the `NETWORK` environment variable. Each smart contract has its separate test file.

## Legacy boilerplate

Expand Down

0 comments on commit ed8070a

Please sign in to comment.