README
Last updated
Last updated
This is the Ethereum compatible which implements the spec. It's available on npm as a node module, for Bower and component as embeddable scripts, and as a meteor.js package.
You need to run a local Ethereum node to use this library.
Documentation
Installation
Node.js
Yarn
Meteor.js
As a Browser module
Usage
Migration from 0.13.0 to 0.14.0
Contribute!
Requirements
Building (gulp)
Testing (mocha)
Community
Other implementations
License
CDN
Bower
Component
Include web3.min.js
in your html file. (not required for the meteor package)
Use the web3
object directly from the global namespace:
Set a provider (HttpProvider
):
There you go, now you can use it:
Node.js
npm
LGPL-3.0+ © 2015 Contributors
Set a provider (HttpProvider
using ):
You can find more examples in the directory.
web3.js version 0.14.0 supports object. To migrate to this version, please follow the guide:
Python
Haskell
Java
Scala
Purescript
PHP
PHP
Rust
Swift