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.
Asked
Active
Viewed 371 times
1 Answers
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.

miguelleonmarti
- 146
- 2
-
-
-
I have my node js application but i dont know how to write web3 code in that so that it can integrate with my smart contract – Zoha Akram Jun 26 '22 at 16:43
-