@@ -20,22 +20,6 @@ Current goal of this project is to enable developers to write off-chain code and
20
20
Nevertheless, we see the potential in expanding this project to a full Cardano node client, which
21
21
could be beneficial for faster R&D iterations.
22
22
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
-
39
23
### Features
40
24
41
25
- [x] Shelly address
@@ -48,12 +32,13 @@ could be beneficial for faster R&D iterations.
48
32
- [X] Native script
49
33
- [X] Native token
50
34
- [X] Metadata
51
- - [ ] Plutus script
35
+ - [X] Plutus script
36
+ - [X] Staking certificates
37
+ - [X] Reward withdraw
52
38
- [ ] Mnemonic
53
39
- [ ] Byron Address
54
- - [ ] Reward withdraw
55
40
- [ ] HD Wallet
56
- - [ ] Staking certificates
41
+ - [ ] Pool certificate
57
42
- [ ] Protocol proposal update
58
43
59
44
@@ -77,6 +62,9 @@ To learn more details, go to the [DApp page](https://github.com/cffls/pycardano/
77
62
78
63
#### Transaction creation and signing
79
64
65
+ <details >
66
+ <summary >Expand code</summary >
67
+
80
68
``` python
81
69
""" Build a transaction using transaction builder"""
82
70
@@ -162,14 +150,16 @@ signed_tx = builder.build_and_sign([psk], change_address=address)
162
150
context.submit_tx(signed_tx.to_cbor())
163
151
164
152
```
153
+ </details >
165
154
166
155
See more usages under [ examples] ( https://github.com/cffls/pycardano/tree/main/examples ) .
167
156
168
157
169
- -----------------
170
-
171
158
### Development
172
159
160
+ <details >
161
+ <summary >Click to expand</summary >
162
+
173
163
#### Workspace setup
174
164
175
165
Clone the repository:
@@ -237,11 +227,11 @@ Build docs and open the docs in browser:
237
227
238
228
` make docs `
239
229
240
- -----------------
230
+ </ details >
241
231
242
232
## Sponsors :heart :
243
233
244
234
<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 >
247
237
</p >
0 commit comments