0.0.5 • Published 2 years ago

@mantlenetworkio/mantle-contracts v0.0.5

Weekly downloads
-
License
BUSL-1.1
Repository
github
Last release
2 years ago

Mantle Contracts

This is the package with the smart contract code that powers Mantle. It includes the rollup and fraud proof smart contracts, as well as interfaces for interacting with precompiles.

For more information see https://developer.mantle.io/docs/public_mantle_devnet

Compile the contracts locally by running

git clone https://github.com/mantlenetworkio/mantle
cd mantle/contracts
yarn install
yarn build