Skip to content

Minimal Dapp for reading and writing Ethereum blockchain

Notifications You must be signed in to change notification settings

ericboris/Hello-World-Dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Hello World Dapp

This Dapp serves as an example of a minimum viable Dapp. Text typed into the text field is written to the blockchain. The last text written to the blockchain is displayed on the page.

To use: Open Ganache. Connect to MetaMask by pasting Ganache's mnemonic as MetaMask's Secret Recovery Phrase. cd into the directory root. If the contract has changed.

truffle migrate Run the app npm start In the browser window that opens, type in the text field and hit enter. Confirm the transaction in MetaMask and the displayed text is updated!

About

Minimal Dapp for reading and writing Ethereum blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published