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.
- Host: GitHub
- URL: https://github.com/bujosa/grumium
- Owner: bujosa
- Created: 2023-03-07T04:27:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T06:41:55.000Z (over 3 years ago)
- Last Synced: 2025-09-09T00:45:43.566Z (10 months ago)
- Topics: forge, foundry, smart-contracts, solidity, testing
- Language: Solidity
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```