Solidity Workshop - Startup For Developers
#Prerequisites:
- Your terminal/console, should already have installed Node, NPM & Git
- Use instructions at the end, in case you don't have them installed already.
#Setting up your environment. Source code:
-
Clone this project to your local environment.
-
On your terminal/line of command 2.1) Navigate to sampleContract folder 2.2) Run the command: npm i 2.2) Navigate to you the sampleWebApp folder 2.3) run the command npm i
-
Ensure your contract compiles and pass all unit test 3.1) On the sampleContract run this command: npm test 3.2) You should see all unit test passing. 3.3) On the sampleWebApp, run thi command: npm run start 3.4) You sample website should launch on your default browser.
Install Metamask
- Extension for Chrome: https://metamask.io/
- Android Appstore: https://play.google.com/store/apps/details?id=io.metamask&hl=en&gl=US
- IOS Appstore: https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202 Create a strong password
Add founds to your metamask wallet on this website: https://goerlifaucet.com/
#Prerequisites:
Install Node Install NPM Install Git Install any development platform. (i.e. Visual Studio Code, Sublime)