AnudeepReddyBondugula / DigitalCertificateSystemBackend

1 stars 5 forks source link

Implement Blockchain-Helper Methods #2

Open AnudeepReddyBondugula opened 9 months ago

AnudeepReddyBondugula commented 9 months ago

Need to implement Blockchain methods in the blockchain-helper.js file Use HardHat Runtime Environment - Ethers for interacting with the smart contract

-> addMinter() -> this should call the addMinter method in the smart Contract -> createToken() -> this should call the safeMint method in the smart Contract etc