eth-connect A TypeScript-Based Web3 Library Alternative
eth-connect is a TypeScript-based library that serves as an alternative to web3.js, implementing the necessary specifications. The design goals are to provide a typed alternative to web3.js with minimal conventions, adhering closely to the RPC specification. Key features include: portability across browsers and Node.js environments via WS and HTTP providers, easy usage of async/await, and seamless integration with Ethereum. To install via NPM: npm i eth-connect
. For browser usage, simply import it as a module: [removed][removed]
. Below is an example illustrating its simplicity, with additional examples available in the Integration/tests
folder.
eth-connect::electric_plug:基于web3.js的基于TypeScript的web3库
预估大小:569个文件
.gitignore
578B
tsconfig.json
770B
CODEOWNERS
17B
rollup.config.js
2KB
ERC20.json
60KB
tsconfig.json
594B
package.json
549B
api-extractor.json
14KB
launch.json
1KB
settings.json
485B
411.09KB
文件大小:
评论区