Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 427 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 427 Bytes

dapp-testrpc

A dApp using TestRPC

Installation

git clone https://github.com/ledgerlabs/dapp-testrpc/tree/master
cd dapp-testrpc
npm install
npm run testrpc
npm start

TestRPC

This allows you to develop Ethereum smart-contracts while running a node that simulates an Ethereum protocol node, while not actually being one.

Unix Programming Philosophy

http://www.catb.org/esr/writings/taoup/html/ch01s06.html