/arc-web3

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.

Primary LanguageJavaScriptCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

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!