Skip to content

L7-Digital/L7-ERC20-BEP20-token

Repository files navigation

L7-NFT

Dependencies

  • node: 14.17
  • npm: 7.19
  • truffle: 5.3 or higher
  • solidity: 0.8.4

Install dependencies

$ npm install

How to deploy

  1. Copy your secret keys into file .env (remember not to commit it)
  2. Compile the project
$ npx hardhat compile

Compile the project with force

$ npx hardhat compile --force
  1. Deploy the project
$ npx hardhat run scripts/1_deployMultisig.js

To choose other network to deploy the project, modify the NETWORK field in the .env(./.env) file

  1. Flatten the contracts
$ npx hardhat flat --output ./flat.sol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages