Hello
Can we fetch real time and past events of the contract which is deployed on bsc testnet
through moralis sdk in node js ?
Thanks
Hello
Can we fetch real time and past events of the contract which is deployed on bsc testnet
through moralis sdk in node js ?
Thanks
you can use an endpoint from web3api that returns the events, it will not be real time, you will have to make requests to the api from time to time
The user is asking if itโs possible to fetch real-time and past events of a contract deployed on BSC testnet through Moralis SDK in Node.js. The apk lub admin suggest using a Web3 API endpoint that returns the events, but it wonโt be real-time and requests will need to be made from time to time.
To fetch past events of a contract deployed on BSC testnet through Moralis SDK in Node.js, you can use a Web3 API endpoint. However, real-time updates wonโt be possible and periodic requests will need to be made.