eth-sdk
eth-sdk copied to clipboard
Type-safe, lightweight SDKs for Ethereum smart contracts
Am getting a `✘ [ERROR] Could not resolve ".dethcrypto/eth-sdk-client"` when trying to use `eth-sdk` in a react app
As per the title We could just bump the `dependencies`
Hey all, this PR adds a [GitPOAP Badge](https://docs.gitpoap.io/api#get-v1repoownernamebadge) to the README that displays the number of minted GitPOAPs for this repository by contributors to this repo. You can see an...
Fetching ABIs from etherscan or sourcify is great but only works if the contracts are already deployed and verified. But how do you work with contracts that are not yet...
Hello, friends 👋🏻 I tried to join Discord but couldn't because of the broken link. Now it's fixed.
There is a proxy contract (https://etherscan.io/address/0x34460c0eb5074c29a9f6fe13b8e7e23a0d08af01) with implementation (https://etherscan.io/address/0x934ef5836e78d93125317034f5cf855a97b13f43). I'd like to use proxy contract methods in a type-safe way (in this case `getTarget` and `getMaster`). I would like to...
I've created a sample repo: https://github.com/Pzixel/eth-sdk-test What's happens there: I have a simple sdk: ```ts import { defineConfig } from '@dethcrypto/eth-sdk' export default defineConfig({ contracts: { mainnet: { curveRegistry3: '0xB9fC157394Af804a3578134A6585C0dc9cc990d4',...
The CLI always generates files in `node_modules/.dethcrypto/eth-sdk-client` relative to the package.json But in a Monorepo the package where I use eth-sdk might be in `packages/my-package`. So when I run the...
A github action that bumps typechain and/or @typechain/ethers-v5 submodule version, when it gets a new release