Skip to content

yenilikci/dropbox-clone-blockchain-reactjs-solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropbox-blockchain

1

2

requirements

  • download nodejs 🔗
  • install truffle npm install --g truffle
  • download ganache 🔗
  • add metamask extension 🔗

prepare the project

  • cd Desktop

  • git clone [email protected]:yenilikci/dropbox-blockchain.git

  • cd dropbox-blockchain

  • npm i

  • npm run start

start ganache

set host and port in truffle config file (dropbox-blockchain > truffle-config.js)

networks: {
        development: {
            host: "127.0.0.1",
            port: 7545,
            network_id: "*"
        }
    }

don't forget to add your network

Metamask > Settings > Networks > Add a network

enter the rpc server connection and client id information

connect to your account :)

About

add ipfs hashes to blockchain with reactjs and solidity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published