Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.34 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.34 KB

Tss

Installation

For prerequisites and detailed build instructions please read the Installation instructions. Once the dependencies are installed, run:

git submodule update --init --recursive --remote

Or check out the latest release.

Test And Depoly

test

forge test 

Depoly

forge script script/TssGroupManager.s.sol:TssGroupManagerScript --rpc-url $RPC_URL --private-key $PRIVKEY

Community

Contributing

Looking for a good place to start contributing? Check out some good first issues.

For additional instructions, standards and style guides, please refer to the Contributing document.