Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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,

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
```