This repository contains browser builds of the following ethereumjs
libraries:
They are built using browserify with a known set of working dependencies.
Note:
This repository was just lately (October 2017) revived. Currently all builds are considered experimental
in terms of API stability, functionality and security!
In your web application, include only one of the builds from the dist
directory. All exports will be available under the global ethereumjs
.
Note: all packages expect ECMAScript 6 (ES6) as a minimum environment. From browsers lacking ES6 support, please use a shim (like es6-shim) before including any of the builds from this repo.
Examples for usage of the browser builds can be found in the examples
directory:
Start an http-server from the main directory of the repository to run the examples in the browser.
Run npm run build
to generate a new set up builds. Change package.json
to require different versions of the libraries.