From 88224552c6f849ee5e9e65a5729f4decddf23c4f Mon Sep 17 00:00:00 2001 From: Andres Martin Aiello <50411235+andresaiello@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:22:56 -0300 Subject: [PATCH] Add readme to protocol module (#23) * Add readme to protocol module * Update packages/protocol-contracts/README.md * Update packages/protocol-contracts/README.md * Update packages/protocol-contracts/README.md * Update packages/protocol-contracts/README.md Co-authored-by: Lucas --- packages/protocol-contracts/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/protocol-contracts/README.md diff --git a/packages/protocol-contracts/README.md b/packages/protocol-contracts/README.md new file mode 100644 index 00000000..e8cda3cd --- /dev/null +++ b/packages/protocol-contracts/README.md @@ -0,0 +1,10 @@ +# ZetaChain Protocol Contracts + +This package includes: +* Contracts that interact directly with the protocol (Connector, Zeta token). +* Utilities and interfaces to make it easy to develop multichain dApps on ZetaChain (ZetaInteractor, ZetaInterfaces, ZetaTokenConsumer). + +## Addresses + +* TSS address: collectively held by Zeta blockchain validators. +* TSS Updater address: a Gnosis multi-sig that's under an OpenZeppelin TimeLock for security and transparency. Eventually, the ownership of this role will be delegated to the TSS address.