Create a Consortium Blockchain for Supply Chain and Logistics Management.
Trellis Labs is a consortia to create broad collaboration on blockchain projects with Industry actors. Our team of experts works with you to develop blockchain solutions. From identifying the best use-case, assessing suitability, developing a proof of concepts, and building market-ready solutions.
Traceability and Transparency
The potential blockchain solution is proposed, To introduce Traceability and Transparency, to improve Integrity and making it Seamless. For Prototype, we have focused our work on the first four steps of Maintenance Scenario, in the future, we will be focusing on the next 12 steps. This Planned protocol will be able to reduce the complete process time period by 33% with enabled blockchain security. The solution doesn't use any 3rd party involvement. This Solution is developed by keeping in mind the generic implementation and replaces the physical documents with a consortium blockchain ledger.
-
Hyperledger Fabric
- Consortium Blockchain
- Flexible Architecture
-
Golang(ChainCode)
-
Nodejs
-
Flask
Beyond challenge - How can your solution be implemented into an existing business? Elaborate on compatibility.
https://drive.google.com/open?id=16I3SRC2K4mJ1KZH244g3VkLTzoEvjsk9
- cUrl(7.x)
sudo apt-get update
sudo apt-get install curl
curl --version
- Docker(>17.x) and Docker-compose(>1.14.0)
sudo snap install docker
docker --version
docker-compose --version
- Go(1.11.x)
- Download the archive.
cd Archive_Download_location
sudo tar -C /usr/local -xzf go1.13.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
source $HOME/.profile
go version
- Nodejs(>10.x)
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install nodejs
node -v
npm -v
- Python
sudo apt-get install python
python --version
- Install Samples, Binaries and Docker Images
cd RollsRoyce/src/scripts
./bootstrap.sh
- Install npm
cd ../client/javascript
npm install
- Bringing Up the Network
cd ..
./startFabric.sh
- Running the Frontend
cd py/
pip3 install -r requirements.txt
python3 app.py