Skip to content

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

License

Notifications You must be signed in to change notification settings

xusy2k/eos-awesome-samples

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published