aprcode / Ethereum_Hall_of_Fame

A Hall of Fame based on Ethereum BlockChain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum HOF Solidity Drizzle

Alt Text Alt Text

Table of Contents

[TOC]

Purpose

This project allow the contract owner to generate a ranking. This ranking is based on the amout of Ether sub to the contract. After a transaction the amout is send to the contract owner and the ranking is lock in the contract.

The main goal is give example of a the integration of drizzle

Technical Stake

Start

Install Truffle

Truffle is the most popular development environment and testing framework for DApp developers. It helps you to compile, test, and deploy your contracts to the blockchain.

$ npm install -g truffle

Install Ganache

Ganache is a virtual blockchain for local testing

$ npm install -g ganache-cli

Run Ganache

Before all, you need to start your test blockchain

$ ganache-cli 

Compile the contract

The contract need to be compile before used

$ truffle compile

Start React

Now start the fron end

$ npm start 

Contributing

The project is used as example of smart contract integration with Drizzle. Please used it, with responsability.

About

A Hall of Fame based on Ethereum BlockChain


Languages

Language:CSS 97.4%Language:JavaScript 2.0%Language:HTML 0.3%Language:Solidity 0.2%Language:Less 0.1%