/ethereum-dapp

Ethereum + Meteor dApp Boilerplate

Primary LanguageJavaScript

Ethereum Meteor dApp Boilerplate

Donations

Ether 0xC0efc2BE5ac7aa99866c29100E0c0e7948282AC8

Overview

This is a simple Ethereum + Meteor dApp Boilerplate Application that comes with access to the Main Network, Test Network or Private Network via my RPC API. You do not have to be running geth on your local machine.

Getting Started

  1. Install Meteor (if you don't have it) https://www.meteor.com/install

  2. Clone this repository via terminal/console

git clone https://github.com/harryward/ethereum-dapp.git

cd ethereum-dapp

meteor npm install -save

meteor --port 5406

  1. Open the ethereum-dapp in your favorite code editor
  2. Open up your web browser and navigate to <a href="http://localhost:5406">http://localhost:5406</a>

Blockchain RPC Api

This Boilerplate defaults to my Private Blockchain Network.