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

https://github.com/bujosa/grumium

This is a simple in solidity, about testing using foundry forge.
https://github.com/bujosa/grumium

forge foundry smart-contracts solidity testing

Last synced: 2 months ago
JSON representation

This is a simple in solidity, about testing using foundry forge.

Awesome Lists containing this project

README

          

# grumium
This is a simple in solidity, about testing using foundry forge.

### Documentation
Foundry Book [introduction](https://book.getfoundry.sh/)

## Commands
If u want run test for this project follow the next steps:

0. Install foundry cli see [instructions](https://book.getfoundry.sh/getting-started/installation)

1. Step compile the project
```forge build```

2. run the test using forge
```forge test```

image