4
4
gm
5
5
==
6
6
7
+ .. image :: _static/banner/banner-snek.jpg
8
+ :alt: Banner Image
9
+
7
10
**web3.py ** is a Python library for interacting with Ethereum.
8
11
9
12
It's commonly found in `decentralized apps (dapps) `_ to help with
10
13
sending transactions, interacting with smart contracts, reading
11
14
block data, and a variety of other use cases.
12
15
13
- The original API was derived from the `Web3.js `_ Javascript API,
14
- but has since evolved toward the needs and creature comforts of
15
- Python developers.
16
+ For project updates, follow `@EthereumPython `_ and sign up
17
+ for new post notifications on the `blog `_.
16
18
17
19
18
20
Getting Started
@@ -27,19 +29,20 @@ Getting Started
27
29
3. Try building a little something!
28
30
29
31
- Ready to code? → :ref: `quickstart `
30
- - Interested in a quick tour? → :ref: `overview `
31
- - Need help debugging ? → `StackExchange `_
32
- - Found a bug ? → :ref: ` Contribute < contributing >`
33
- - Want to chat ? → `Discord `_
34
- - Read the source ? → ` Github `_
32
+ - Quick tour? → :ref: `overview `
33
+ - Synchronous help? → `Discord `_
34
+ - Asynchronous help ? → ` StackExchange `_
35
+ - Report a bug ? → `Github `_
36
+ - Want to help us ? → :ref: ` Contribute < contributing >`
35
37
- Looking for inspiration? → :ref: `resources `
36
38
37
39
.. include :: toc.rst
38
40
39
41
40
42
.. _decentralized apps (dapps) : https://ethereum.org/dapps/
41
- .. _Web3.js : https://web3js.readthedocs.io/
43
+ .. _@EthereumPython : https://twitter.com/EthereumPython
44
+ .. _blog : https://snakecharmers.ethereum.org/
42
45
.. _blog post series : https://snakecharmers.ethereum.org/a-developers-guide-to-ethereum-pt-1
43
46
.. _StackExchange : https://ethereum.stackexchange.com/questions/tagged/web3.py
44
47
.. _Discord : https://discord.gg/GHryRvPB84
45
- .. _Github : https://github.com/ethereum/web3.py
48
+ .. _Github : https://github.com/ethereum/web3.py/issues
0 commit comments