This Ethereum project imagines a Zelda item shop where players can buy items in game using SKALE interchain messaging agent
Demo the project at https://djrosenbaum.github.io/zelda-shop/
Part 1: The Bank
- Get yourself some Rinkeby ETH Rinekby Faucet
- Connect your provider to the Rinkeby Network and visit the Demo
- Deposit ETH in the Bank
Part 2: The Shop
- Get yourself some SKALE ETH using the faucet http://faucet.skalelabs.com/
- Enter SKALE Endpoint as http://ethboston0.skalenodes.com:10167
- Switch your provider network to Custom RPC http://ethboston0.skalenodes.com:10167
- While connected to the SKALE network visit the Demo
- Approve and Buy some Arrows
Part 3. Going for the Exit
- Visit the shop from part 2 and Exit to Mainnet
- Visit the bank from part 1 and Withdraw Available Funds
http://ethboston0.skalenodes.com:10167
https://ethboston0.skalenodes.com:10172
http://ethboston1.skalenodes.com:10167
https://ethboston1.skalenodes.com:10172
Demo https://djrosenbaum.github.io/zelda-shop/
ethereal https://gitcoin.co/hackathon/ethereal-blocks/
interchain messaging https://developers.skalelabs.com/interchain-messaging-agent
SKALE Faucet http://faucet.skalelabs.com/
SKALE Block Explorer http://explorer.skalelabs.com/
- clone the repo
- cd into ./contract/
- nvm use
- npm install
- npm run dev
- visit localhost:8080 to load remix ide
- clone the repo
- cd into ./client/
- nvm use
- npm install
- npm run dev
- visit localhost:8081