Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Abhishek Bhagat's user avatar
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 ...
DogEatDog's user avatar
  • 121
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 ...
Fabian Scherer's user avatar