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
- removed deployment addresses
- further clarified that this repo is only for examples
- pointed people to the new repo where the OffsetHelper will be maintained
Copy file name to clipboardExpand all lines: README.md
+2-11Lines changed: 2 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,10 @@
1
1
# Example Implementations
2
2
3
-
A collection of Solidity contract examples that integrate with or demonstrate the use of Toucan's contracts and infrastructure. Some of these may be used in production.
A hardhat repo that is a collection of Solidity contract **examples** that integrate with or demonstrate the use of Toucan's contracts and infrastructure. Some of these may be used in production and we'll provide links to their prod repos below.
11
4
12
5
## OffsetHelper
13
6
14
-
The `OffsetHelper` contract implements helper functions that simplify the carbon offsetting (retirement) process.
15
-
16
-
See [./docs/OffsetHelper.md](./docs/OffsetHelper.md) for detailed documentation.
7
+
The `OffsetHelper` contract implements helper functions that simplify the carbon offsetting (retirement) process. It's production version (with actualized related documentation) which is actively maintained can be found [here](https://github.com/ToucanProtocol/OffsetHelper). You can still use the version found in this repo as an example for inspiration purposes.
0 commit comments