Book
Book
learn
Solidity
Smart
Contract
Ismail Saleem
eBook for learning solidity smart contract basics
Chapters
Create a new contract: Click on the "+" button at the top left
corner of the IDE to create a new contract. This will open a
new tab where you can write your contract code.
Write the contract code: In the new tab, write the following
Solidity code for a "Hello World" contract:
Test the contract: After the contract is deployed, you can test
it by clicking on the "sayHello" button in the "At Address"
section of the "Run" tab. This will trigger the "HelloEvent"
event and you can see the message "Hello World!" in the
"Logs" section of the "Run" tab.
Behavioral Patterns