arc-web3
v0.8.12
Published
A re-imagination of the web3.js library to easily connect browsers and NodeJS to the Ethereum network with the goals of minimal overhead or boilerplate.
Downloads
20
Maintainers
Readme
arc-web3
I made my own Web3 library because why not?
Originally created because I couldn't stand the absolute pile of garbage spaghetti that is web3js, arc-web3
has become the fully-featured, extremly-overdue, WebAssembly-based Ethereum JavaScript library that the Ethereum community needs, but frankly doesn't deserve. On its own, arc-web3
provides read-only access to the Ethereum network in both NodeJS, and the browser. (Write access is achived either through the provided endpoint being able to sign transactions, or optional dependencies like arc-web3-signable-accounts
.
Take a look at the docs!