Skip to content

mattruddy/DAPP

Repository files navigation

DAPP

Set up

  • Install truffle

1.

Start truffle backend

truffle develop

2.

In the truffle console, deploy smart contract to local blockchain

> migrate --reset

3.

cd into client

npm start

4.

Add euther to meta mask wallet

web3.eth.sendTransaction({'from': accounts[0], 'to': {public address}, 'value': web3.utils.toWei('3', 'ether')})

where {public address} is your metamask address.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages