0

I am a beginner, Can anyone please guide me that how can I connect my smart contract (erc721) with node.js. Please guide through steps or links. Thanks a lot.

Zoha Akram
  • 47
  • 9

1 Answers1

1

If you want to start developing smart contracts in a local network and test those contracts you should use these frameworks: truffle and hardhat. You may check out both of them but and the end you will use only one, so the one you like the most.

And the libraries you should use to interact with smart contracts using NodeJS are: web3 or ethers.