Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 420 Bytes

Setup.md

File metadata and controls

11 lines (10 loc) · 420 Bytes
  • npm install ethers react @openzeppelin/contracts

  • Replace "YOUR_CONTRACT_ADDRESS" with your deployed DeSciPlatform contract address

  • Create a contract ABI file:

    • Go back to Remix or the preferred Solidity compiler
    • In the "Solidity Compiler" tab
    • Click on "Compilation Details"
    • Copy the ABI
    • Paste the ABI in the file named contractABI.js in your frontend project
  • cd frontend

  • npm start