Skip to content

aayushsinha44/file_content_securing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Content Securing

Uses Blockhain technology & IPFS protocol for securing the contents of files.

Tech Stack

  1. Ethereum
  2. Golang
  3. Solidity
  4. Reactjs

Execution

First start ipfs with this command

docker run --network=host ipfs/go-ipfs

if you change some code execute this command first or if you are running the code for first time

docker build -f DockerfileExec -t <dockerhub:username>/fcsexec .

for running code use this command. This will execute blockchain/src/main.go

docker run --network=host -p 8081:8081 -it <dockerhub:username>/fcsexec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published