1
0

🏗️」 wip: work in progress, not done yet.

This commit is contained in:
2025-08-10 14:58:24 +02:00
parent da391a72de
commit b2cceef044
8 changed files with 103 additions and 52 deletions

View File

@ -9,6 +9,10 @@ Made using foundry-rs toolkit.
- Following the ERC20 standard : the most used standard when it comes to fungible token and compatible with every wallet
- foundry-rs : A simple but yet cli tool kit for Solidity developement with integrated fuzzer and test perfect for a simple project as this
## Documenation
- [How it works](HOWITWORK.md)
- [How to use it](USAGE.md)
## Some resource for more information
[ERC20](https://ethereum.org/en/developers/docs/standards/tokens/erc-20) \
[Solidity documenation](https://docs.soliditylang.org/en/v0.8.28/) \