Giter VIP home page Giter VIP logo

bean-seed's Introduction

BEAN-seed

For fun. My attempt at a BEAN - Blockchain, Express, Angular, and Node.js

My Demo DApp

Automotive Demo

Prerequisites

Node 8.9.4 or higher

Table of Contents

Installation

INSTALLS:
Angular-cli

npm install -g @angular/cli

Solidity Compiler

npm install -g solc

Ganache-cli (recommended GUI http://truffleframework.com/ganache/)

npm install -g ganache-cli

Truffle

npm install -g truffle

Clone Project and Install dependencies

git clone https://github.com/ScooterHelmet/BEAN-seed.git
npm install

You are all set!

Run the Local Blockchain (CLI)

ganache-cli --accounts 5 --blocktime 10 --port 7545 --gasPrice 20000000 --gasLimit 60000 --debug

Compile the DApp contracts in new command shell window or tab

truffle compile

Deploy the DApp contracts in the command shell window or tab

truffle migrate

Start the DApp

truffle serve -p 8081

Navigate to http://localhost:8081
Start Angular2 app

ng serve

Navigate to http://localhost:4200

Ethereum Smart Contract Editor, Compiler, and Deployment

RemixIDE on localhost - https://github.com/ethereum/browser-solidity
Remix server on localhost - https://github.com/ethereum/remixd

npm install -g remixd

Ethereum DApp RPC Clients and Tools for DApp Unit Testing and Regression Testing

Web3js - Ethereum Javascript API
See Github project here: https://github.com/ethereum/web3.js/
See Node package here: https://www.npmjs.com/package/web3

npm install -g web3

Ganache-cli - Fast Ethereum RPC client for testing and development
Installation here: http://truffleframework.com/ganache/

npm install -g ganache-cli

Truffle - DApp development framework
See Github project here: https://github.com/trufflesuite/truffle
See website here: http://truffleframework.com/

npm install -g truffle

Metamask - Ethereum dApps right in your browser without running a full Ethereum node
https://github.com/MetaMask
See installation: https://metamask.io/

Dapp Tools - Build, test, deploy and transact with Ethereum contracts from the CLI
See Github project here: https://github.com/dapphub/dapp
See website here: https://dapp.tools/

DApp Hub - Blockchain DApp governance with DSAuth, DSMath, DS token box, & more.
See website here: https://dapphub.com/

Ethereum DApp Analytics

Etherscan - The Ethereum BlockChain Explorer, API and Analytics Platform.
See website here: https://etherscan.io/

Ethereum DApp Scaling

μRaiden (micro raiden) - A payment channel framework for fast & free off-chain ERC20 token transfers.
See Github project here: https://github.com/raiden-network/microraiden
See Node package here: https://www.npmjs.com/package/@raiden_network/microraiden
See website here: https://raiden.network/micro.html

Ethereum DApp File Storage

Interplanetory File System (IPFS) - A P2P hypermedia protocol.
Installation here: https://ipfs.io/docs/install/

tar xvfz go-ipfs.tar.gz
mv go-ipfs/ipfs /usr/local/bin/ipfs
ipfs init

Useful Links

Ethereum DApp name registration
See here https://www.myetherwallet.com/#domainsale

Mist Browser - Browse and use Ðapps on the Ethereum network.
See Github project here: https://github.com/ethereum/mist/releases

bean-seed's People

Contributors

jmarquez-cs avatar

Watchers

James Cloos avatar iasinDev avatar

Forkers

dcabib

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.