Rob the bank is a Dapp deployed on ropsten network, it is developed with reactjs and solidty.
The application is hosted on Heroku so if you have an error message when you click on the link just refresh the page
You should have metamask installed and the ropsten network selected
The purpose of this Dapp is a simple game where you try to rob a bank. You can also open a bank to let people try to rob you.
The mechanic is simple the robber will loose their bet if they are not able to rob your bank. You can create a bank and withdraw the found you win at any time.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt install nodejs
node --version
v12.1.0
npm --version
6.9.0
Just go to the client folder and run
npm i && npm start
If you want to run the test you will need to install truffle
npm install -g truffle
then go to the repository root and run
npm i truffle-assertions
truffle test
Add additional notes about how to deploy this on a live system
Framework used
- gabriel kuma
This project is licensed under the MIT License - see the LICENSE.md file for details
This repository is made for education purposes. This idea came after following Ivan & Filip courses on https://academy.ivanontech.com/