Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/refcell/stdtests
Extensive Tests with the Forge Standard Library,
https://github.com/refcell/stdtests
ethereum foundry rust solidity
Last synced: 8 days ago
JSON representation
Extensive Tests with the Forge Standard Library,
- Host: GitHub
- URL: https://github.com/refcell/stdtests
- Owner: refcell
- License: agpl-3.0
- Created: 2022-04-19T04:45:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T05:54:24.000Z (over 2 years ago)
- Last Synced: 2024-04-17T20:18:32.964Z (7 months ago)
- Topics: ethereum, foundry, rust, solidity
- Language: Solidity
- Homepage:
- Size: 251 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stdtests • [![tests](https://github.com/abigger87/stdtests/actions/workflows/tests.yml/badge.svg)](https://github.com/abigger87/stdtests/actions/workflows/tests.yml)
Extensive Tests with the [Forge Standard Library](https://github.com/foundry-rs/forge-std).
**Get Foundry Installed**
```bash
curl -L https://foundry.paradigm.xyz | bash
foundryup
```**Run The Tests**
```bash
forge install
forge build
forge test
```