https://github.com/calebfroese/ethereum-pet-store
https://github.com/calebfroese/ethereum-pet-store
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebfroese/ethereum-pet-store
- Owner: calebfroese
- Created: 2018-07-28T03:00:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T03:33:37.000Z (almost 8 years ago)
- Last Synced: 2025-06-14T22:02:27.109Z (about 1 year ago)
- Language: JavaScript
- Size: 498 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethereum Pet Shop
This repository contains an attempt of the [Ethereum pet shop](https://truffleframework.com/tutorials/pet-shop) tutorial.
## Requirements
- Node & NPM
- Git
- Truffle
Set up [Ganache](https://truffleframework.com/ganache) to run an Ethereum blockchain locally for development.
## Setup
The web app can be served with the following command:
`$ npm run dev`
### Testing
Run tests against the smart contracts:
`$ npm test`