You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources.rst
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,24 @@
4
4
Resources and Learning Material
5
5
===============================
6
6
7
-
Web3.py has an active community of developers and educators. Here you'll find find third-party
8
-
libraries, tutorials, examples, courses and other learning material.
7
+
web3.py and the Ethereum Python ecosystem have an active community of developers and educators.
8
+
Here you'll find libraries, tutorials, examples, courses and other learning material.
9
9
10
10
.. warning ::
11
11
12
12
Links on this page are community submissions and are not vetted by the team that maintains
13
13
web3.py. As always, DYOR (Do Your Own Research).
14
14
15
+
16
+
First Steps
17
+
-----------
18
+
19
+
Resources for those brand new to Ethereum:
20
+
21
+
- `A Developer's Guide to Ethereum, Pt. 1 <https://snakecharmers.ethereum.org/a-developers-guide-to-ethereum-pt-1/>`__
22
+
- `Ethereum Python Ecosystem Tour <https://snakecharmers.ethereum.org/python-ecosystem/>`__
23
+
24
+
15
25
Courses
16
26
-------
17
27
@@ -22,8 +32,9 @@ Courses
22
32
Frameworks and Tooling
23
33
----------------------
24
34
25
-
- `ApeWorX - The Ethereum development framework for Python Developers, Data Scientists, and Security Professionals <https://www.apeworx.io/>`__
26
-
- `Brownie - A Python-based development and testing framework for smart contracts targeting EVM. <https://github.com/eth-brownie/brownie>`__
35
+
- `ApeWorX <https://www.apeworx.io/>`__ - The Ethereum development framework for Python Developers, Data Scientists, and Security Professionals
36
+
- `Woke <https://github.com/Ackee-Blockchain/woke>`__ - A Python-based development and testing framework for Solidity
37
+
- `Brownie <https://github.com/eth-brownie/brownie>`__- A Python-based development and testing framework for smart contracts targeting EVM
27
38
28
39
.. warning ::
29
40
@@ -34,18 +45,18 @@ Frameworks and Tooling
34
45
Smart Contract Programming Languages
35
46
------------------------------------
36
47
37
-
- `Vyper - Contract-oriented, pythonic programming language that targets EVM <https://docs.vyperlang.org/en/stable/>`__
48
+
- `Vyper <https://docs.vyperlang.org/en/stable/>`__ - Contract-oriented, pythonic programming language that targets EVM
38
49
39
50
40
51
Libraries
41
52
---------
42
53
43
-
- `Web3 Ethereum DeFi - Library for DeFi trading and protocols (Uniswap, PancakeSwap, Sushi, Aave, Chainlink)<https://github.com/tradingstrategy-ai/web3-ethereum-defi>`__
44
-
- `lighter-v1-python - Lighter.xyz DEX client for Python <https://github.com/elliottech/lighter-v1-python>`__
45
-
- `uniswap-python - Library lets you easily retrieve prices and make trades on all Uniswap versions.<https://uniswap-python.com/>`__
46
-
- `pyWalletConnect - WalletConnect implementation for wallets in Python <https://github.com/bitlogik/pyWalletConnect>`__
47
-
- `dydx-v3-python - Python client for dYdX v3 <https://github.com/dydxprotocol/dydx-v3-python>`__
48
-
- `Lido Python SDK - Library with which you can get all Lido validator's signatures and check their validity<https://github.com/lidofinance/lido-python-sdk>`__
54
+
- `Web3 Ethereum DeFi <https://github.com/tradingstrategy-ai/web3-ethereum-defi>`__ - Library for DeFi trading and protocols (Uniswap, PancakeSwap, Sushi, Aave, Chainlink)
55
+
- `lighter-v1-python <https://github.com/elliottech/lighter-v1-python>`__ - Lighter.xyz DEX client for Python
56
+
- `uniswap-python <https://uniswap-python.com/>`__ - Library lets you easily retrieve prices and make trades on all Uniswap versions.
57
+
- `pyWalletConnect <https://github.com/bitlogik/pyWalletConnect>`__ - WalletConnect implementation for wallets in Python
58
+
- `dydx-v3-python <https://github.com/dydxprotocol/dydx-v3-python>`__ - Python client for dYdX v3
59
+
- `Lido Python SDK <https://github.com/lidofinance/lido-python-sdk>`__ - Library with which you can get all Lido validator's signatures and check their validity
0 commit comments