Skip to content

Commit 86d4d2e

Browse files
committed
update where to go next
1 parent d4d8c6e commit 86d4d2e

File tree

2 files changed

+5
-40
lines changed

2 files changed

+5
-40
lines changed

smart-contracts/libraries/web3-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ node scripts/updateStorage.js
220220

221221
---
222222

223-
Explore the Web3.js documentation to learn how to use additional features, such as wallet management, signing messages, subscribing to events, etc.
223+
Explore the Web3.js documentation to learn how to use additional features, such as wallet management, signing messages, subscribing to events, and more.
224224

225-
[:octicons-arrow-right-24: Get Started](https://web3js.readthedocs.io/en/v1.10.0/)
225+
[:octicons-arrow-right-24: Get Started](https://web3js.readthedocs.io/en/v1.10.0/){target=\_blank}
226226

227227
</div>

smart-contracts/libraries/web3-py.md

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -97,49 +97,14 @@ After deployment, interact with your contract using Web3.py methods. The example
9797

9898
## Where to Go Next
9999

100-
Now that you have the foundation for using Web3.py with Polkadot Hub, consider exploring:
101-
102100
<div class="grid cards" markdown>
103101

104-
- <span class="badge external">External</span> __Advanced Web3.py Features__
105-
106-
---
107-
Explore Web3.py's documentation:
108-
<ul class="card-list">
109-
<li>[:octicons-arrow-right-24: Middleware](https://web3py.readthedocs.io/en/stable/middleware.html){target=\_blank}</li>
110-
<li>[:octicons-arrow-right-24: Filters & Events](https://web3py.readthedocs.io/en/stable/filters.html){target=\_blank}</li>
111-
<li>[:octicons-arrow-right-24: ENS](https://web3py.readthedocs.io/en/stable/ens_overview.html){target=\_blank}</li>
112-
</ul>
113-
114-
- <span class="badge external">External</span> __Testing Frameworks__
115-
116-
---
117-
Integrate Web3.py with Python testing frameworks:
118-
119-
<ul class="card-list">
120-
<li>[:octicons-arrow-right-24: Pytest](https://docs.pytest.org/){target=\_blank}</li>
121-
<li>[:octicons-arrow-right-24: Brownie](https://eth-brownie.readthedocs.io/){target=\_blank}</li>
122-
</ul>
123-
124-
- <span class="badge external">External</span> __Transaction Management__
102+
- <span class="badge external">External</span> __Web3.py Docs__
125103

126104
---
127-
Learn advanced transaction handling:
128-
129-
<ul class="card-list">
130-
<li>[:octicons-arrow-right-24: Gas Strategies](https://web3py.readthedocs.io/en/stable/gas_price.html){target=\_blank}</li>
131-
<li>[:octicons-arrow-right-24: Account Management](https://web3py.readthedocs.io/en/stable/web3.eth.account.html){target=\_blank}</li>
132-
</ul>
133105

134-
- <span class="badge external">External</span> __Building dApps__
135-
136-
---
137-
Combine Web3.py with these frameworks to create full-stack applications:
106+
Explore the Web3.py documentation to learn how to use additional features, such as wallet management, signing messages, subscribing to events, and more.
138107

139-
<ul class="card-list">
140-
<li>[:octicons-arrow-right-24: Flask](https://flask.palletsprojects.com/){target=\_blank}</li>
141-
<li>[:octicons-arrow-right-24: Django](https://www.djangoproject.com/){target=\_blank}</li>
142-
<li>[:octicons-arrow-right-24: FastAPI](https://fastapi.tiangolo.com/){target=\_blank}</li>
143-
</ul>
108+
[:octicons-arrow-right-24: Get Started](https://web3py.readthedocs.io/en/stable/){target=\_blank}
144109

145110
</div>

0 commit comments

Comments
 (0)