ethjs
Simple JS modules for the Ethereum ecosystem [currently unmaintained -- use ethers.js]
Toronto, Canada
Pinned Repositories
docs
Documentation for the ethjs module set.
ethjs
A highly optimised, light-weight JS utility for Ethereum.
ethjs-abi
Just the encoding and decoding from the ethers-wallet module.
ethjs-ens
An Ethereum Name Service interface module built on EthJS
ethjs-provider-signer
A simple web3 standard provider that signs eth_sendTransaction payloads.
ethjs-query
A simple query module for the Ethereum RPC.
ethjs-signer
A simple module for signing Ethereum transactions.
ethjs-unit
A simple module for handling Ethereum units.
ethjs-util
A simple set of Ethereum JS utilities such toBuffer and isHexPrefixed.
examples
A set of example dApps and apps using ethjs.
ethjs's Repositories
ethjs/ethjs
A highly optimised, light-weight JS utility for Ethereum.
ethjs/examples
A set of example dApps and apps using ethjs.
ethjs/ethjs-provider-signer
A simple web3 standard provider that signs eth_sendTransaction payloads.
ethjs/ethjs-util
A simple set of Ethereum JS utilities such toBuffer and isHexPrefixed.
ethjs/ethjs-query
A simple query module for the Ethereum RPC.
ethjs/ethjs-ens
An Ethereum Name Service interface module built on EthJS
ethjs/ethjs-abi
Just the encoding and decoding from the ethers-wallet module.
ethjs/ethjs-signer
A simple module for signing Ethereum transactions.
ethjs/ethjs-unit
A simple module for handling Ethereum units.
ethjs/ethjs-contract-boilerplate
A highly configurable boilerplate for multi-environment Ethereum smart-contract development.
ethjs/ethjs-contract
A simple contract object for the Ethereum RPC layer.
ethjs/ethjs-account
A simple Ethereum account utility module.
ethjs/ethjs-rpc
A super simple module for making low level queries to the Ethereum RPC layer.
ethjs/ethjs-provider-http
A simple HTTP provider that follows the web3 specification.
ethjs/docs
Documentation for the ethjs module set.
ethjs/ethjs-schema
The complete Ethereum RPC spec as a JSON object export.
ethjs/ethjs.github.io
A repository for EthJS apps on Github.
ethjs/ethjs-format
A simple payload formatter for the Ethereum RPC layer.
ethjs/ethjs-filter
A simple event handler for the ethjs-query module.
ethjs/ethjs-template
A script for initializing a new JS module in the ethjs format.
ethjs/ethjs-provider-ipc
IPC provider.