/zklink-evm-contracts

Primary LanguageSolidityApache License 2.0Apache-2.0

Install Dependencies

npm install

Compile contracts

npx hardhat compile

Run tests

Run all unit tests:

npx hardhat test

Deploy

Development

For developers, static analysis need to be done before committing code. Read more of SecurityCheck.