docs: 📝 Documentation added

This commit is contained in:
PedroCailleret
2022-11-25 21:36:44 -03:00
parent 856da07def
commit fcdd8d8103
32 changed files with 2402 additions and 294 deletions

View File

@@ -2,6 +2,28 @@
**Repository for P2Pix EVM contracts to be imported by the project.**
## SM Dependency Tree
```rs
./contracts/
DataTypes.sol
EventAndErrors.sol
lib
auth
Owned.sol
mock
mockToken.sol
tokens
ERC20.sol
utils
Counters.sol
ReentrancyGuard.sol
SafeTransferLib.sol
p2pix.sol
```
## Callgraph
![Callgraph](docs/callgraph.svg)
## Usage
### Pre Requisites