Skip to content

austintgriffith/scaffold-ocean

Repository files navigation

🌊 Scaffold Ocean

a scaffold eth build to show movement on-chain

The owner can launch() ships that move at a dx/dy.

image

live example: http://scaffoldocean.surge.sh

running locally:

git clone https://github.com/austintgriffith/scaffold-ocean
cd scaffold-ocean
yarn install
yarn chain
yarn start
yarn deploy

deploy to public network after generating and funding a deployer:

yarn generate
yarn account
yarn deploy --network kovan

edit the initialNetwork in App.jsx to your target network.