essential-eth
essential-eth copied to clipboard
🪶 An alternative to ethers & web3 that's 10x smaller
I tried to use the project in Deno. The automated skypack module does not work, so I tried to copypaste the source to my project, but I wasn't able to...
Can be found via `npm run lint` 
like ethers playground: https://playground.ethers.org/ This task may involve "breaking out" of Docusaurus in order to create a playground page.
There are already `Contract` tests for CRV, but they only test `balanceOf` and `total_claimed` [see here](https://github.com/Earnifi/essential-eth/blob/9da0c9f7b5564731f8e29c1dc69c5e1381ab198c/src/classes/test/Contract/crv.test.ts#L31) The contract is [deployed here](https://etherscan.io/address/0x575CCD8e2D300e2377B43478339E364000318E2c#readContract) and the tests in the codebase should test all...
 Expected 1 ether.. showing over 4k ether.. 
- @types are only required for Typescript build
like as `sendTransaction` in ethersjs https://github.com/ethers-io/ethers.js/blob/d3b7130ed6ec50b192eb7f33905eaa327d65eee2/packages/cli/src.ts/cli.ts#L227
This is required to enable ENS resolution within this package. Current packages like [idna-uts46](https://github.com/hexonet/idna-uts46/pull/138) are over 30kb. This issue has a background to it which involves researching the current ENS...