Skip to content

Commit f2abf67

Browse files
committed
docs: notes on new xgov
1 parent f36ea7d commit f2abf67

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

new_xgov.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Requirements
2+
- [Broadcaster](https://github.com/curvefi/curve-xgov/blob/feat/taiko/contracts/Broadcaster.vy) on Ethereum that forwards messages from DAO to bridge.
3+
- [Relayer](https://github.com/curvefi/curve-xgov/blob/feat/taiko/contracts/Relayer.vy) on your network that checks the sender and relays messages to agents(mirrors of Curve DAO entities).
4+
It should be safe from blocking the contracts and any external access to execution.
5+
6+
## Examples
7+
There is a version in vyper 0.4.0 with module imports, but there are issues with running tests: https://github.com/curvefi/curve-xgov/tree/feat/taiko/contracts/taiko
8+
9+
Vyper 0.3.10 version example: https://github.com/curvefi/curve-xgov/tree/master/contracts

0 commit comments

Comments
 (0)