- download nodejs 🔗
- install truffle
npm install --g truffle
- download ganache 🔗
- add metamask extension 🔗
-
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 :)