Skip to content

roughpandaz/TraceBox

Repository files navigation

TraceBox

Decentralized tool that allows users to store files on IPFS and to store a tamper proof reference on the Thunder Blockchain.

Interface

Demo

Processes:

  1. Upload file to IPFS
  2. Store Hash and FileID to Smart Contract
  3. Display Hash and Successful Transaction in U.I

Development

You will need to install metamask, and import the private keys from ganache test blockchain.

# Run ganache-cli in separate terminal
npm run ganache

# Deploy storage contract
npm run devDeploy

# Deploy storage contract
cd client

# Start interface
npm start

About

Decentralized file storage and verification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published