An open API service indexing awesome lists of open source software.

https://github.com/calebfroese/ethereum-pet-store


https://github.com/calebfroese/ethereum-pet-store

Last synced: about 1 year ago
JSON representation

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`