Skip to content

BlockChange/webpack-web3-testing

 
 

Repository files navigation

Stories in Ready

Webpack Solidity Loaders

This repository will be a testing ground for loaders which will be broken out into separate repositories.

How to use

Dependencies

  • webpack-dev-server: so if you don't have the dev server already then run npm i -g webpack-dev-server.
  • ethereumjs-testrpc, so if you don't have that, then run npm install -g ethereumjs-testrpc and then in a seperate terminal, start it up with testrpc.

Usage

git clone git@github.com:karlfloersch/webpack-web3-testing.git; 
cd webpack-web3-testing;
npm i;
webpack-dev-server;

MIT!

About

A lab for my webpack/web3 experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • HTML 2.3%
  • CSS 0.7%