Skip to content

AKflower/Shub

Repository files navigation

Logo

Introduction

"Shub" is short for Secret Hub. Shub aims to provide ogranizations with a secure, transparent, and cost-effective storage space based on the Blockchain and IPFS.

Installation

Prerequisites

https://hyperledger-fabric.readthedocs.io/en/release-2.5/prereqs.html

Run network

cd test-network
./network.sh down
./network.sh up createChannel -c mychannel -ca -s couchdb
./network.sh deployCC -ccn basic -ccp ../shub/back-end/chaincode/ -ccl typescript

Run API

cd shub/back-end/api
npm install
npm run start or npm run start:dev (for hot reload)

Run Front-end

cd shub/front-end
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •