All Questions
3 questions
0
votes
1
answer
46
views
Not able to run a function of a smart contract (Create Community) from Express.js server
I am trying to create community from express server but getting an error. The get Community is running fine I am able to get the Community corresponding to that particular id. But when trying to send ...
0
votes
1
answer
2k
views
Best practice for Single or Multiple instances of Provider for different types of block chain requests #
What the best practice is in terms of using the ethers provider as either a singleton (or persistent instance) in a module or to create a new instance every time a request is made. For example, for a ...
5
votes
1
answer
7k
views
Subscribing to events using ethers / hardhat network
I have a basic node express application. It connects to my locally running hardhat network via ethers & websocket. The connection seems to work, since I can query the blockchain succesfully (for ...