Skip to content

Citation Tool Proof of Concept with IPFS and Metamask

Notifications You must be signed in to change notification settings

opulentpastanotorious/CitationIPFSMM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Citation Tool Proof of Concept with IPFS and Metamask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.6%
  • HTML 13.9%
  • CSS 5.5%
  • Solidity 1.0%