essential-eth icon indicating copy to clipboard operation
essential-eth copied to clipboard

🪶 An alternative to ethers & web3 that's 10x smaller

Results 47 essential-eth issues
Sort by recently updated
recently updated
newest added

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...

bug
help wanted

Can be found via `npm run lint` ![Screen Shot 2022-08-05 at 8 32 14 PM](https://user-images.githubusercontent.com/3408480/183230145-699776a9-096c-4613-b6c4-df0976f5837a.png)

good first issue

Findable with `npm run build`

good first issue

like ethers playground: https://playground.ethers.org/ This task may involve "breaking out" of Docusaurus in order to create a playground page.

good first issue

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...

good first issue

![image](https://user-images.githubusercontent.com/4569866/175754636-959b8d08-d739-49bc-a627-b93e90584255.png) Expected 1 ether.. showing over 4k ether.. ![image](https://user-images.githubusercontent.com/4569866/175754649-17e7ad19-9c03-4fe7-8c8a-88c042e1f263.png)

- @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...