Skip to content

jcao02/dinventory

Repository files navigation

Dinventory

Dinventory is a distributed app of an inventory. This repository contains the backend written in Solidity smart contracts.

The development stack uses:

  1. Ganache local blockchain
  2. Truffle to compile/test smart contracts

Content

  1. User Stories
  2. Development

Development

Testing

  1. Run npm run ganache-cli to start Ganache blockchain.
  2. Run npm test to run the tests against Ganache.

Migrations

  1. Run npm run ganache-cli to start Ganache blockchain.
  2. Run npm run truffle-migrate to run the migrations against Ganache.

About

App to manage an inventory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published