Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 597 Bytes

File metadata and controls

30 lines (22 loc) · 597 Bytes

Lighter Contracts

Getting Started

Prerequisites

build && test

yarn build
yarn run hardhat test
forge test --vvv

deploy to local geth/reth

yarn build
yarn deploy:local
yarn deposit:local

deploy to non-local environments

Use --config deploy.hardhat.config.ts to deploy to other environments, such as testnet or mainnet.

License

lighter-contracts is released under the Business Source License 1.1