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
Make sure Docker and Node.js are installed
- Install Docker: https://docs.docker.com/install/
- Install Node.js or Yarn. See Frontend libraries
./quick_start.sh
The above command will execute the following in sequence:
first_time_setup.sh
start_eosio_docker.sh
start_frontend.sh
To stop, press ctrl+c
on your keyboard, and execute:
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
- Picked from https://github.com/eosasia/awesome-eos-tutorials
- Picked from https://github.com/EOSIO/eosio-project-boilerplate-simple
- [WIP] https://github.com/leordev/monstereos
Open http://localhost:3000 at browser