aurora-is-near / doc.aurora.dev

The source repository for the Aurora documentation website.
https://doc.aurora.dev
Creative Commons Zero v1.0 Universal
34 stars 37 forks source link

Add docs describing how to use Ethers.js and Web3.js with Aurora #66

Open think-in-universe opened 2 years ago

think-in-universe commented 2 years ago

It's sometimes not that straightforward to figure out how to connect networks like Aurora with Ethers.js and Web3.js.

I'd like to recommend to add docs describing how to use ethers.js and web3.js with Aurora, which could be similar to

Muhammad-Altabba commented 7 months ago

Hi @think-in-universe , What do you think about having a web3.js plugin that supports calling all Aurora methods: https://github.com/conx3/web3-plugin-aurora/tree/expose-all-rpc-methods-at-namespaces?tab=readme-ov-file#supported-rpc-methods This functionality is yet to be fully implemented, and would like to have your thoughts on. Thanks in advance,

Muhammad-Altabba commented 7 months ago

Hi @think-in-universe And I am happy to tell you that I implemented the early mentioned features. And I published the npm package as an alpha version at: https://www.npmjs.com/package/@con3x/web3-plugin-aurora.

You can check the README.md of the feature branch at: https://github.com/Con3X/web3-plugin-aurora/blob/expose-all-rpc-methods-at-namespaces/README.md

I will be happy to receive feedback at the MR: https://github.com/Con3X/web3-plugin-aurora/pull/1