ttoommbb / eos-awesome-samples

Collection of useful contracts && frontend for blockchain EOS using React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EOS Awesome Samples

EOS 1.1.x EOS 1.2.x

This repo is a collection of useful contracts && frontend for blockchain EOS. The man idea is to learn about smart contracts and React and it can be defined always as WORK IN PROGRESS

Quickstart (EOS Docker install)

Make sure Docker and Node.js are installed

./quick_start.sh

The above command will execute the following in sequence:

  1. first_time_setup.sh
  2. start_eosio_docker.sh
  3. start_frontend.sh

To stop, press ctrl+c on your keyboard, and execute:

Manual installation

Deploy contracts

For compile and deploy contracts you must see execute init-chain.sh command (explainned at Init Chain section) or deploy each applications following the instructions:

Finally:

cd frontend
cp -a env.template .env.development
yarn install
yarn start

Samples

Open http://localhost:3000 at browser

About

Collection of useful contracts && frontend for blockchain EOS using React

License:MIT License


Languages

Language:CSS 72.4%Language:JavaScript 11.7%Language:C++ 8.2%Language:Shell 7.2%Language:HTML 0.4%