Skip to content

Commit 975fb90

Browse files
committed
Reorganize README
1 parent 2b6d0a5 commit 975fb90

File tree

1 file changed

+14
-24
lines changed

1 file changed

+14
-24
lines changed

README.md

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,6 @@ Current goal of this project is to enable developers to write off-chain code and
2020
Nevertheless, we see the potential in expanding this project to a full Cardano node client, which
2121
could be beneficial for faster R&D iterations.
2222

23-
### Table of contents
24-
25-
- [Features](#features)
26-
- [Installation](#installation)
27-
- [Documentation](#documentation)
28-
- [Examples](#examples)
29-
- [Full stack DApp](#full-stack-dapp)
30-
- [Transaction creation and signing](#transaction-creation-and-signing)
31-
- [Development](#development)
32-
- [Workspace setup](#workspace-setup)
33-
- [Test](#test)
34-
- [Test coverage](#test-coverage)
35-
- [Style guidelines](#style-guidelines)
36-
- [Docs generation](#docs-generation)
37-
- [Sponsors](#sponsors-heart)
38-
3923
### Features
4024

4125
- [x] Shelly address
@@ -48,12 +32,13 @@ could be beneficial for faster R&D iterations.
4832
- [X] Native script
4933
- [X] Native token
5034
- [X] Metadata
51-
- [ ] Plutus script
35+
- [X] Plutus script
36+
- [X] Staking certificates
37+
- [X] Reward withdraw
5238
- [ ] Mnemonic
5339
- [ ] Byron Address
54-
- [ ] Reward withdraw
5540
- [ ] HD Wallet
56-
- [ ] Staking certificates
41+
- [ ] Pool certificate
5742
- [ ] Protocol proposal update
5843

5944

@@ -77,6 +62,9 @@ To learn more details, go to the [DApp page](https://github.com/cffls/pycardano/
7762

7863
#### Transaction creation and signing
7964

65+
<details>
66+
<summary>Expand code</summary>
67+
8068
```python
8169
"""Build a transaction using transaction builder"""
8270

@@ -162,14 +150,16 @@ signed_tx = builder.build_and_sign([psk], change_address=address)
162150
context.submit_tx(signed_tx.to_cbor())
163151

164152
```
153+
</details>
165154

166155
See more usages under [examples](https://github.com/cffls/pycardano/tree/main/examples).
167156

168157

169-
-----------------
170-
171158
### Development
172159

160+
<details>
161+
<summary>Click to expand</summary>
162+
173163
#### Workspace setup
174164

175165
Clone the repository:
@@ -237,11 +227,11 @@ Build docs and open the docs in browser:
237227

238228
`make docs`
239229

240-
-----------------
230+
</details>
241231

242232
## Sponsors :heart:
243233

244234
<p align="left">
245-
<a href="https://www.blockery.io/"><img src="https://avatars.githubusercontent.com/u/97766045?s=60&v=4"/></a>
246-
<a href="https://github.com/KtorZ"><img src="https://avatars.githubusercontent.com/u/5680256?s=60&v=4"/></a>
235+
<a href="https://www.blockery.io/"><img src="https://avatars.githubusercontent.com/u/97766045?s=50&v=4"/></a>
236+
<a href="https://github.com/KtorZ"><img src="https://avatars.githubusercontent.com/u/5680256?s=50&v=4"/></a>
247237
</p>

0 commit comments

Comments
 (0)