Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.23 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.23 KB

blockchain-asset-tracker

Asset tracker using BigchainDB

Getting Started

install dependencies and rename the env local example:

yarn install && mv .env.local.example .env.local

And run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Others

Reference for color branding Green

Status

Epic Description Status Notes
Auth User login Backlog
Asset Get list of assets Done
Asset Asset detail In-Progress Error when retrieving transaction from Bigchain
Asset Scan asset for status update Backlog
Asset Create new assets Done
Warehouse Superadmin - Get list of warehouses Done
Warehouse Superadmin - Create new warehouse Done
Warehouse Superadmin - Get warehouse detail Done
Warehouse Superadmin - Create user in warehouse detail Done

Application Architecture

Image Image

Example Blokchain Data

Image