Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 545 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 545 Bytes

Pet Store Dapp

Example Ethereum-based decentralized application to manage a pet shop's adoptions.

How to Build

Clone the repo and download all the dependencies (npm, truffle, ethereumjs-testrpc). Use 'npm run dev' in the directory to start the local server. When interacting with the 'Adopt' buttons, use MetaMask or something similar to interact with the testnet.

Technologies

Built with Truffle, Solidity, JavaScript, Web3.js, and Bootstrap

Followed the Truffle tutorial found here