Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.03 KB

File metadata and controls

38 lines (26 loc) · 1.03 KB

Cryptostory

Inspired by the boom in NFTs and wanting to try something new, our team wanted to introduce a gameplay aspect to NFTs.

Video Demo

Development

Install dependencies:

yarn
truffle compile
truffle migrate

Truffle

Truffle is an awesome package for blockchain development. It is used to When developing this project we had to lock our truffle version. Use yarn global add truffle@5.0.5

Ganache

You will also need to install Ganache. Ganache runs a local ethereum network on your computer, so we don't need to spend $$$ deploying to the Ethereum Mainnet

MetaMask

If you don't already have it, install MetaMask. MetaMask is a cryptocurrency wallet.

Start the app yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.