Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 646 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 646 Bytes

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