1
1
## PyCardano
2
2
3
+ [ ![ PyPi version] ( https://badgen.net/pypi/v/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
4
+ [ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
5
+ [ ![ PyPi license] ( https://badgen.net/pypi/license/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
6
+
3
7
[ ![ PyCardano] ( https://github.com/cffls/pycardano/actions/workflows/main.yml/badge.svg )] ( https://github.com/cffls/pycardano/actions/workflows/main.yml )
4
8
[ ![ codecov] ( https://codecov.io/gh/cffls/pycardano/branch/main/graph/badge.svg?token=62N0IL9IMQ )] ( https://codecov.io/gh/cffls/pycardano )
5
9
[ ![ Documentation Status] ( https://readthedocs.org/projects/pycardano/badge/?version=latest )] ( https://pycardano.readthedocs.io/en/latest/?badge=latest )
6
10
7
- [ ![ Linux] ( https://svgshare.com/i/Zhy.svg )] ( https://svgshare.com/i/Zhy.svg )
8
- [ ![ macOS] ( https://svgshare.com/i/ZjP.svg )] ( https://svgshare.com/i/ZjP.svg )
9
-
10
11
11
12
PyCardano is a Cardano library written in Python. It allows users to create and sign transactions without
12
13
depending on third-party Cardano serialization tools, such as
@@ -23,9 +24,9 @@ could be beneficial for faster R&D iterations.
23
24
- [ PyCardano] ( #pycardano )
24
25
- [ Features] ( #features )
25
26
- [ Installation] ( #installation )
27
+ - [ Documentation] ( #documentation )
26
28
- [ Examples] ( #examples )
27
29
- [ Transaction creation and signing] ( #transaction-creation-and-signing )
28
- - [ Documentations] ( #documentations )
29
30
- [ Development] ( #development )
30
31
- [ Workspace setup] ( #workspace-setup )
31
32
- [ Test] ( #test )
@@ -56,7 +57,13 @@ could be beneficial for faster R&D iterations.
56
57
57
58
### Installation
58
59
59
- The library is still under development. The first release will be published to PyPI soon.
60
+ Install the library using [ pip] ( https://pip.pypa.io/en/stable/ ) :
61
+
62
+ ` pip install pycardano `
63
+
64
+ ### Documentation
65
+
66
+ https://pycardano.readthedocs.io/en/latest/
60
67
61
68
### Examples
62
69
@@ -151,10 +158,6 @@ context.submit_tx(signed_tx.to_cbor())
151
158
152
159
See more usages under [ examples] ( https://github.com/cffls/pycardano/tree/main/examples ) .
153
160
154
- ### Documentations
155
-
156
- https://pycardano.readthedocs.io/en/latest/
157
-
158
161
159
162
-----------------
160
163
0 commit comments