Compile Your First Ethereum Smart Contract With Solidity
- 0.0
43 mins on-demand video
$
13.99
Brief Introduction
Learn how to set up your own private blockchain node using Geth, Solidity, and Mist.Description
I will walk you through how to compile and run your first smart contract on a local test environment.
This will include
- Installing Solidity, which used used to compile the contract into byte code that can be deployed on the blockchain.
- Installing Geth, which runs a local node and also has a JavaScript command line that can be used to talk to the blockchain.
- Create a private local node, so you can experiment without spending money.
- Create a couple of test accounts
- Deploy the smart contract into the test blockchain
- Call the functions of our smart contract to see that it is working.
We do not cover:
- Solidity programming in depth, only show how to set up environment, compile and interact with contract.
- Workflow and IDE's for programming
Requirements
- Requirements
- Basic knowledge of blockchain
- How to get to your terminal/command line