9
9
[ ![ PyPi version] ( https://badgen.net/pypi/v/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
10
10
[ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
11
11
[ ![ PyPI download month] ( https://img.shields.io/pypi/dm/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
12
- [ ![ Discord] ( https://img.shields.io/discord/949404918903631923.svg?label=chat&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2 )] ( https://discord.gg/qT9Mn9xjgz )
13
12
14
- [ ![ PyCardano] ( https://github.com/cffls /pycardano/actions/workflows/main.yml/badge.svg )] ( https://github.com/cffls /pycardano/actions/workflows/main.yml )
15
- [ ![ codecov] ( https://codecov.io/gh/cffls /pycardano/branch/main/graph/badge.svg?token=62N0IL9IMQ )] ( https://codecov.io/gh/cffls /pycardano )
13
+ [ ![ PyCardano] ( https://github.com/Python-Cardano /pycardano/actions/workflows/main.yml/badge.svg )] ( https://github.com/Python-Cardano /pycardano/actions/workflows/main.yml )
14
+ [ ![ codecov] ( https://codecov.io/gh/Python-Cardano /pycardano/branch/main/graph/badge.svg?token=62N0IL9IMQ )] ( https://codecov.io/gh/Python-Cardano /pycardano )
16
15
[ ![ Documentation Status] ( https://readthedocs.org/projects/pycardano/badge/?version=latest )] ( https://pycardano.readthedocs.io/en/latest/?badge=latest )
17
16
17
+ [ ![ Discord] ( https://img.shields.io/discord/949404918903631923.svg?label=chat&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2 )] ( https://discord.gg/qT9Mn9xjgz )
18
+ [ ![ Twitter] ( https://img.shields.io/twitter/follow/PyCardano?style=social&label=Follow%20%40PyCardano )] ( https://twitter.com/PyCardano )
19
+
18
20
19
21
PyCardano is a Cardano library written in Python. It allows users to create and sign transactions without
20
22
depending on third-party Cardano serialization tools, such as
@@ -158,7 +160,7 @@ context.submit_tx(signed_tx.to_cbor())
158
160
```
159
161
</details >
160
162
161
- See more usages under [ examples] ( https://github.com/cffls /pycardano/tree/main/examples ) .
163
+ See more usages under [ examples] ( https://github.com/Python-Cardano /pycardano/tree/main/examples ) .
162
164
163
165
164
166
### Development
@@ -170,7 +172,7 @@ See more usages under [examples](https://github.com/cffls/pycardano/tree/main/ex
170
172
171
173
Clone the repository:
172
174
173
- ` git clone https://github.com/cffls /pycardano.git `
175
+ ` git clone https://github.com/Python-Cardano /pycardano.git `
174
176
175
177
PyCardano uses [ poetry] ( https://python-poetry.org/ ) to manage its dependencies.
176
178
Install poetry for osx / linux / bashonwindows:
0 commit comments