Skip to content

plotic/browser-builds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereumjs browser builds

This repository contains browser builds of certain ethereumjs libraries. They are built using browserify with a known set of working dependencies.

Usage

In your web application, include only one of the builds form the dist directory. All exports will be available under the global EthJS.

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.

Build

Run build.sh 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 91.5%
  • Shell 8.5%