You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,31 @@
2
2
3
3
Tempo Standard Library is a collection of helpful Tempo specific contracts and libraries for use with [Foundry](https://github.com/foundry-rs/foundry).
4
4
5
-
## Installation
5
+
###Installation
6
6
7
7
```
8
8
forge install tempoxyz/tempo-std
9
9
```
10
10
11
-
## License
11
+
### Contracts
12
+
13
+
```
14
+
src/
15
+
├── interfaces
16
+
│ ├── IStablecoinExchange.sol
17
+
│ ├── ITIP20Factory.sol
18
+
│ ├── ITIP20.sol
19
+
│ ├── ITIP403Registry.sol
20
+
│ └── ITIP4217Registry.sol
21
+
├── StdContracts.sol
22
+
└── StdPrecompiles.sol
23
+
```
24
+
25
+
### Support
26
+
27
+
The current minimum supported Solidity version is `0.8.13`.
28
+
29
+
### License
12
30
13
31
Licensed under either of [Apache License](./LICENSE-APACHE), Version
14
32
2.0 or [MIT License](./LICENSE-MIT) at your option.
0 commit comments