This software is a Dapp that creates messages in the ethereum rinkeby network
- Have a program like webserver for chrome to host the website locally
- Chrome
- Metamask
-
Download the project from this github repository
-
Start ganache
-
Deploy the contract to ganache using remix IDE
-
Set the contract address
- Set the account address that you are going to use
-
Host the dapp locally with http-server. First, run
npm i
. Then, open the terminal and change directory to the project. Then, run this command to host the dapp./node_modules/http-server/bin/http-server PATH_TO_YOUR_PROJECT
. Then, open in the browser http://127.0.0.1:8080 -
Log in metamask
-
Open the website in Chrome
- Write the message
- Click on "set secret message"
-
Download the project from this github repository
-
Connect to metamask (rinkeby) and make sure that it has funds for rinkeby
-
Compile the contract using remix IDE
-
Deploy the contract to rinkeby using remix IDE. Make sure that Environment is set to Injected Web3
- Set the contract address
- Set the account address that you are going to use
-
Host the dapp locally with http-server. First, run
npm i
. Then, open the terminal and change directory to the project. Then, run this command to host the dapp./node_modules/http-server/bin/http-server PATH_TO_YOUR_PROJECT
. Then, open in the browser http://127.0.0.1:8080 -
Log in metamask
-
Open the website in Chrome
-
Write the message
- Click on "set secret message"