-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdevelop.yaml
More file actions
327 lines (315 loc) · 11.4 KB
/
develop.yaml
File metadata and controls
327 lines (315 loc) · 11.4 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
- name: 'Smart Contract Languages'
id: 'smart-contract-languages'
items:
- title: 'C / C++'
logo: '/logos/c-plus-plus.png'
url: 'https://docs.microsoft.com/en-us/cpp/?view=msvc-160'
description: 'Learn how to use C++ to develop applications, services, and tools for your platforms and devices.'
- title: 'Rust'
logo: '/logos/rust.png'
url: 'https://www.rust-lang.org/learn'
description: 'A language empowering everyone to build reliable and efficient software.'
- title: 'Serpent'
logo: '/logos/serpent.png'
url: 'https://github.com/ethereum/serpent'
description: 'Contribute to ethereum/serpent development by creating an account on GitHub.'
- title: 'Solidity'
logo: '/logos/solidity.png'
url: 'https://docs.soliditylang.org/'
description: ''
- title: 'Vyper'
logo: '/logos/vyper.png'
url: 'https://vyper.readthedocs.io/'
description: ''
- name: 'Node & Interface Languages'
id: 'node-interface-languages'
items:
- title: 'Go'
logo: '/logos/go.png'
url: 'https://go.dev/'
description: 'Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.'
- title: 'JavaScript'
logo: '/logos/javascript.png'
url: 'https://javascript.info/js'
description: ''
- title: 'TypeScript'
logo: '/logos/typescript.png'
url: 'https://www.typescriptlang.org/'
description: 'TypeScript extends JavaScript by adding types to the language. TypeScript speeds up your development experience by catching errors and providing fixes before you even run your code.'
- name: 'Dev Frameworks and Libraries'
id: 'dev-frameworks-libraries'
items:
- title: 'Ape'
logo: '/logos/apeworx.gif'
url: 'https://docs.apeworx.io/ape/stable/userguides/quickstart.html'
description: 'An easy-to-use Web3 development tool. Users can compile, test, and interact with smart contracts all in one command line session.'
- title: 'Brownie'
logo: '/logos/brownie.png'
url: 'https://github.com/eth-brownie/brownie'
description: 'A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.'
- title: 'CosmWasm'
logo: '/logos/cosm-wasm.png'
url: 'https://docs.cosmwasm.com/docs/'
description: 'CosmWasm is a smart contracting platform built for the Cosmos ecosystem.'
- title: 'Dapp Tools'
logo: '/logos/dapptools.png'
url: 'https://dapp.tools/'
description: 'Command line tools and smart contract libraries for Ethereum smart contract development.'
- title: 'Embark'
logo: '/logos/embark.png'
url: 'https://framework.embarklabs.io/'
description: 'Embark is a platform that enables easy development and deployment of decentralized applications.'
- title: 'Erigon'
logo: '/logos/logo.png'
url: 'https://github.com/ledgerwatch/erigon'
description: 'Erigon is an implementation of Ethereum (execution client), on the efficiency frontier.'
- title: 'Foundry'
logo: '/logos/foundry.png'
url: 'https://github.com/foundry-rs'
description: 'Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.'
- title: 'Ganache'
logo: '/logos/ganache.png'
url: 'https://trufflesuite.com/ganache/'
description: 'Quickly fire up a personal Ethereum blockchain which you can use to run tests, execute commands, and inspect state while controlling how the chain operates.'
- title: 'HardHat'
logo: '/logos/hardhat.png'
url: 'https://hardhat.org/'
description: 'Hardhat is an Ethereum development environment. Compile your contracts and run them on a development network. Get Solidity stack traces, console.log and more.'
- title: 'HardHat Template'
logo: '/logos/logo.png'
url: 'https://github.com/PaulRBerg/hardhat-template'
description: 'A Hardhat-based template for developing Solidity smart contracts, with sensible defaults.'
- title: 'One Click Dapp'
logo: '/logos/oneclickdapp.png'
url: 'https://oneclickdapp.com/'
description: 'Turn any smart contract into a dapp.'
- title: 'OpenZeppelin Contracts'
logo: '/logos/openzeppelin.png'
url: 'https://openzeppelin.com/contracts/'
description: 'Build Secure Smart Contracts in Solidity.'
- title: 'Py-EVM'
logo: '/logos/logo.png'
url: 'https://github.com/ethereum/py-evm'
description: 'Python Implementation of the Ethereum protocol'
- title: 'Truffle'
logo: '/logos/truffle.png'
url: 'https://trufflesuite.com/'
description: 'The Truffle Suite gets developers from idea to dapp as comfortably as possible.'
- title: 'Waffle'
logo: '/logos/waffle.png'
url: 'https://getwaffle.io/'
description: 'The most advanced framework for testing smart contracts.'
- name: 'IDEs'
id: 'ides'
items:
- title: 'EthFiddle'
logo: '/logos/ethfiddle.png'
url: 'https://ethfiddle.com/'
description: 'Share Solidity code snippets with friends, or check out cool code snippets from around the web.'
- title: 'Remix'
logo: '/logos/remix.png'
url: 'https://remix.ethereum.org/'
description: 'Remix IDE is part of the Remix Project, a rich toolset that can be used for the entire journey of contract development by users of any knowledge level.'
- title: 'VSCode'
logo: '/logos/vscode.png'
url: 'https://code.visualstudio.com/'
description: 'Visual Studio Code is a lightweight but powerful source code editor.'
- name: 'Frontend Frameworks'
id: 'frontend-frameworks'
items:
- title: 'Angular'
logo: '/logos/angular.png'
url: 'https://angular.io/'
description: null
- title: 'Ether.js'
logo: '/logos/etherjs.png'
url: 'https://docs.ethers.io/'
description: null
- title: 'Moralis'
logo: '/logos/moralis.png'
url: 'https://github.com/MoralisWeb3/react-moralis'
description: null
- title: 'Next.js'
logo: '/logos/nextjs.png'
url: 'https://nextjs.org/'
description: null
- title: 'One Click Dapp'
logo: '/logos/oneclickdapp.png'
url: 'https://github.com/oneclickdapp/oneclickdapp-v1'
description: null
- title: 'React'
logo: '/logos/react.png'
url: 'https://reactjs.org/'
description: null
- title: 'Solana dApp Scaffold'
logo: '/logos/solana-dapp-scaffold.png'
url: 'https://github.com/solana-labs/dapp-scaffold'
description: null
- title: 'Scaffold-ETH'
logo: '/logos/logo.png'
url: 'https://github.com/scaffold-eth/scaffold-eth'
description: null
- title: 'useDapp'
logo: '/logos/logo.png'
url: 'https://github.com/TrueFiEng/useDApp'
description: null
- title: 'Web3.js'
logo: '/logos/web3js.png'
url: 'https://web3js.readthedocs.io/'
description: null
- name: 'Backend Frameworks'
id: 'backend-frameworks'
items:
- title: 'Anchor'
logo: '/logos/anchor.png'
url: 'https://github.com/project-serum/anchor'
description: null
- title: 'Nethereum'
logo: '/logos/nethereum.png'
url: 'https://nethereum.com/'
description: null
- title: 'Solana-web3.js'
logo: '/logos/logo.png'
url: 'https://github.com/solana-labs/solana-web3.js'
description: null
- title: 'Web3.py'
logo: '/logos/python.png'
url: 'https://github.com/ethereum/web3.py'
description: null
- name: 'Fullstack Frameworks'
id: 'fullstack-frameworks'
items:
- title: 'Web3 React'
logo: '/logos/web3-react.png'
url: 'https://github.com/NoahZinsmeister/web3-react'
description: null
- title: 'Decentology'
logo: '/logos/decentology.png'
url: 'https://www.decentology.com/'
description: null
- title: 'create-eth-app'
logo: '/logos/logo.png'
url: 'https://github.com/paulrberg/create-eth-app'
description: null
- name: 'Infrastructure Providers'
id: 'infrastructure-providers'
items:
- title: 'Alchemy'
logo: '/logos/alchemy.png'
url: 'https://www.alchemy.com/'
description: null
- title: 'Chainlinkstack'
logo: '/logos/chainlinkstack.png'
url: 'https://chainstack.com/'
description: null
- title: 'Infura'
logo: '/logos/infura.png'
url: 'https://infura.io/'
description: null
- title: 'NaaS.Link'
logo: '/logos/naaslink.png'
url: 'https://naas.link/'
description: null
- title: 'Quicknode'
logo: '/logos/quicknode.png'
url: 'https://www.quicknode.com/'
description: null
- name: 'Blockchain Clients'
id: 'blockchain-clients'
items:
- title: 'Go Ethereum'
logo: '/logos/go-ethereum.png'
url: 'https://geth.ethereum.org/'
description: null
- title: 'Erigon'
logo: '/logos/logo.png'
url: 'https://github.com/ledgerwatch/erigon'
description: null
- title: 'Hyperledger Besu'
logo: '/logos/hyperledger-besu.png'
url: 'https://besu.hyperledger.org/'
description: null
- title: 'Nethermind'
logo: '/logos/nethermind.png'
url: 'https://docs.nethermind.io/nethermind/'
description: null
- title: 'Substrate'
logo: '/logos/substrate.png'
url: 'https://docs.substrate.io/quick-start/'
description: null
- name: 'Wallets'
id: 'wallets'
items:
- title: 'MetaMask'
logo: '/logos/metamask.png'
url: 'https://metamask.io/'
description: null
- title: 'Trezor'
logo: '/logos/trezor.png'
url: 'https://trezor.io/'
description: null
- title: 'MyEtherWallet'
logo: '/logos/myetherwallet.png'
url: 'https://www.myetherwallet.com/'
description: null
- title: 'Ledger'
logo: '/logos/ledger.png'
url: 'https://www.ledger.com/'
description: null
- title: 'MyCrypto'
logo: '/logos/mycrypto.png'
url: 'https://mycrypto.com/'
description: null
- title: 'Phantom'
logo: '/logos/phantom.png'
url: 'https://phantom.app/'
description: null
- name: 'Service Frameworks'
id: 'service-frameworks'
items:
- title: 'Aragon'
logo: '/logos/aragon.png'
url: 'https://aragon.org/'
description: null
- title: 'Cosmos'
logo: '/logos/cosmos.png'
url: 'https://docs.cosmos.network/'
description: null
- title: 'The Graph'
logo: '/logos/thegraph.png'
url: 'https://thegraph.com/'
description: null
- title: 'JAMS Arbitration and Mediation'
logo: '/logos/jams.png'
url: 'https://www.jamsadr.com/smartcontracts'
description: null
- name: 'Low-code / No-code Tools'
id: 'no-code-tools'
items:
- title: 'DappBuilder'
logo: '/logos/dappbuilder.png'
url: 'https://dappbuilder.org/'
description: null
- title: 'MyWish'
logo: '/logos/mywish.png'
url: 'https://mywish.io/'
description: null
- title: 'SettleMint'
logo: '/logos/settlemint.png'
url: 'https://www.settlemint.com/'
description: null
- title: 'Simba'
logo: '/logos/simba.png'
url: 'https://simbachain.com/'
description: null
- title: 'Transient'
logo: '/logos/transient.png'
url: 'https://transientnetwork.io/'
description: null
- name: 'Oracles'
id: 'oracles'
items:
- title: 'Chainlink'
logo: '/logos/chainlink.png'
url: 'https://chain.link/'
description: null