Skip to content

Colu-platform/browser-builds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereumjs - Browser Builds

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!

Usage

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

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.

Build

Run npm run build to generate a new set up builds. Change package.json to require different versions of the libraries.

About

Browser builds of ethereumjs libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%