#WIP This is a WIP project on a Token-based Plasma Cash Implementations. This repo corresponds to Client to interact with the main contracts and the Side-Chain, in the 3-repo project.
API Side Chain - https://github.com/epord/Plasma-Cash-SideChain
Front End Client - https://github.com/epord/CryptoMons-client
Ethereum Contracts - https://github.com/epord/Plasma-Cash-RootChain
- Make sure to check How to run the blockchain and follow the readme
- Follow the
Using the clientsection in Blockchain readme - Make sure to check How to run the API and follow the readme
- Have the Blockchain and API Running
- Create the file
.envin the root directory and add the following lines:API_URL=http://localhost:8082 //URL of the SideChain API
npm installnpm start. Default port is 8080, to change port runnpm start -- --port [port]- Open up the browser in
localhost:8080. If Metamask is setup correctly you should see your address.