Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 392 Bytes

CitationIPFSMM

To run local development instance of application:

npm install
npm start

To deploy smart contract:

  • create .env in root directory
  • create config vars for rinkeby network deploy (see hardhat.config.js)
  • run npx hardhat compile
  • npx hardhat run scripts/citation-script --network rinkeby

To run associated smart contract tests:

npx hardhat test