forked from remix-project-org/remix-workshops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-properties.json
More file actions
114 lines (114 loc) · 3.67 KB
/
config-properties.json
File metadata and controls
114 lines (114 loc) · 3.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"id": "useofweb3js",
"name": "Basic use of web3.js",
"summary": "This tutorial gives a short introduction of the web3.js library, querying the block number",
"level": 2,
"tags": "JS, Remix, Web3"
},
{
"id": "uniswapSwapCourse",
"name": "Uniswap Swap Course",
"summary": "Go through the Solidity code of the Uniswap V3 Swap contract. Developed by the p2p learning platform https://dacade.org.",
"level": 2,
"tags": "Solidity, Tokens, Uniswap"
},
{
"id": "soliditybeginner",
"name": "Solidity Beginner Course",
"summary": "Solidity Beginner Course based on the popular https://solidity-by-example.org/ contracts. Developed by the p2p learning platform https://dacade.org.",
"level": 1,
"tags": "Solidity"
},
{
"id": "recorder",
"name": "Recorder",
"summary": "Save a set of actions and replay and replay and replay",
"level": 2,
"tags": "Remix"
},
{
"id": "proxycontract",
"name": "All about Proxy Contracts",
"summary": "This tutorial gives a short introduction of the web3.js library, querying the block number",
"level": 3,
"tags": "Remix, Solidity, Code Patterns"
},
{
"id": "opcodesdebug",
"name": "Opcodes in the Debugger",
"summary": "Using the Debugger, we'll check out what the CODECOPY opcode does and how it is used by the EVM during contract creation.",
"level": 3,
"tags": "Remix, Debugging, EVM, Opcodes"
},
{
"id": "nftTokenCourse",
"name": "Solidity NFT Course",
"summary": "Learn how to create your own NFT tokens. Developed by the p2p learning platform https://dacade.org.",
"level": 1,
"tags": "Solidity, Tokens, NFT"
},
{
"id": "multisigCourse",
"name": "Multisig Wallet",
"summary": "Learn how to create and interact with a multisig wallet. Developed by the p2p learning platform https://dacade.org.",
"level": 1,
"tags": "Solidity, Tokens, Multisig"
},
{
"id": "videoIntroRemix",
"name": "Introdution to Remix",
"summary": "Learn how to use the Remix interface.",
"level": 1,
"tags": "Solidity, Remix, Video"
},
{
"id": "interopCourse",
"name": "Multichain Protocols with Axelar",
"summary": "Learn how to build interoperable smart contracts that can send messages and assets between different blockchains using Axelar technology.",
"level": 2,
"tags": "Solidity, Interoperability, Axelar"
},
{
"id": "er721Auction",
"name": "NFT Auction Contract",
"summary": "Learn how to write an ERC721 (NFT) auction contract. Developed by the p2p learning platform https://dacade.org.",
"level": 2,
"tags": "Solidity, Tokens, NFT"
},
{
"id": "tokenCourse",
"name": "Solidity ERC20 Token Course",
"summary": "Learn how to create your own ERC20 tokens. Developed by the p2p learning platform https://dacade.org.",
"level": 1,
"tags": "Solidity, Tokens, ERC20"
},
{
"id": "deploylibraries",
"name": "Deploy with Libraries",
"summary": "Write, Deploy and link a Library to a Contract",
"level": 3,
"tags": "Remix, Solidity"
},
{
"id": "circom-intro",
"name": "Intro to Circom",
"summary": "A intro to using Circom for creating arithmetic circuits.",
"level": 1,
"tags": "Circom, Remix-IDE"
},
{
"id": "basics",
"name": "Basics of Remix",
"summary": "A typical workflow in Remix",
"level": 1,
"tags": "Remix"
},
{
"id": "circom-hash-checker",
"name": "Hash Checker Tutorial",
"summary": "A tutorial on creating and understanding a Hash Checker circuit using Remix-IDE templates, including trusted setup and proof generation.",
"level": 1,
"tags": "Circom, Remix-IDE"
}
]