Skip to content

Instantly share code, notes, and snippets.

@ryestew
Created September 9, 2019 15:02
Show Gist options
  • Save ryestew/27f67f70d8f212f8259da337a3e5923b to your computer and use it in GitHub Desktop.
Save ryestew/27f67f70d8f212f8259da337a3e5923b to your computer and use it in GitHub Desktop.
{
"name": "Discover Solidity",
"description": "Beginner workshop to discover Solidity. You will learn how to create a method and change the state.",
"steps": [{
"name": "Hello World",
"fileName": "HelloWorld",
"markdown": "https://github.com/GrandSchtroumpf/solidity-school/blob/master/std-0/1_HelloWorld/README.md",
"solidity": "https://github.com/GrandSchtroumpf/solidity-school/blob/master/std-0/1_HelloWorld/HelloWorld.sol",
"test": "https://github.com/GrandSchtroumpf/solidity-school/blob/master/std-0/1_HelloWorld/HelloWorld_test.sol"
},
{
"name": "Storage",
"fileName": "Storage",
"markdown": "https://github.com/GrandSchtroumpf/solidity-school/blob/master/std-0/2_Storage/README.md",
"solidity": "https://github.com/GrandSchtroumpf/solidity-school/blob/master/std-0/2_Storage/Storage.sol",
"test": "https://github.com/GrandSchtroumpf/solidity-school/blob/master/std-0/2_Storage/Storage_test.sol"
},
{
"name": "Greeter",
"fileName": "Greeter",
"markdown": "https://github.com/GrandSchtroumpf/solidity-school/blob/master/std-0/3_Greeter/README.md",
"solidity": "https://github.com/GrandSchtroumpf/solidity-school/blob/master/std-0/3_Greeter/Greeter.sol",
"test": "https://github.com/GrandSchtroumpf/solidity-school/blob/master/std-0/3_Greeter/Greeter_test.sol"
}
],
"author": "969d3e43b4 ",
"id": 6204164591
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment