Skip to content

Jameem/crypto-doggies

Repository files navigation

CryptoDoggies

Crypto collectible ERC721 doggy tokens

User can buy and sell doggy tokens on the ethereum blockchain. Smart contracts are developed in solidity, compiled by solc and deployed to Rinkeby network using web3.js.

Dependencies

Install these prerequisites to follow along,

Step 1. Clone the project

git clone https://github.com/Jameem/crypto-doggies.git

Step 2. Install dependencies

$ cd crypto-doggies
$ npm install

Step 3. Configure metamask and select Rinkeby Test Network

Step 4. Run the Front End Application

$ npm run dev
Visit this URL in your browser: http://localhost:3000