11<p align =" center " >
2- <img src =" ./logo.png " height =200 width =200 />
2+ <img src =" ./.github/ logo.png " height =200 width =200 />
33</p >
44
55---
99[ ![ PyPi version] ( https://badgen.net/pypi/v/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
1010[ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/pycardano )] ( https://pypi.python.org/pypi/pycardano/ )
1111[ ![ 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 )
1312
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 )
1615[ ![ Documentation Status] ( https://readthedocs.org/projects/pycardano/badge/?version=latest )] ( https://pycardano.readthedocs.io/en/latest/?badge=latest )
1716
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+
1820
1921PyCardano is a Cardano library written in Python. It allows users to create and sign transactions without
2022depending on third-party Cardano serialization tools, such as
@@ -41,9 +43,9 @@ could be beneficial for faster R&D iterations.
4143- [X] Plutus script
4244- [X] Staking certificates
4345- [X] Reward withdraw
44- - [ ] Mnemonic
46+ - [X] Mnemonic
47+ - [X] HD Wallet
4548- [ ] Byron Address
46- - [ ] HD Wallet
4749- [ ] Pool certificate
4850- [ ] Protocol proposal update
4951
@@ -158,7 +160,7 @@ context.submit_tx(signed_tx.to_cbor())
158160```
159161</details >
160162
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 ) .
162164
163165
164166### Development
@@ -170,7 +172,7 @@ See more usages under [examples](https://github.com/cffls/pycardano/tree/main/ex
170172
171173Clone the repository:
172174
173- ` git clone https://github.com/cffls /pycardano.git `
175+ ` git clone https://github.com/Python-Cardano /pycardano.git `
174176
175177PyCardano uses [ poetry] ( https://python-poetry.org/ ) to manage its dependencies.
176178Install poetry for osx / linux / bashonwindows:
@@ -235,10 +237,25 @@ Build docs and open the docs in browser:
235237
236238</details >
237239
240+ ## Donation and Sponsor
241+ If you find this project helpful, please consider donate or sponsor us. Your donation and sponsor will allow us to
242+ spend more time on improving PyCardano and adding more features in the future.
243+
244+ You can support us by 1) sponsoring through Github, or 2) donating ADA to our ADA Handle ` pycardano ` or to the address below:
245+
246+ [ ` addr1vxa4qadv7hk2dd3jtz9rep7sp92lkgwzefwkmsy3qkglq5qzv8c0d ` ] ( https://cardanoscan.io/address/61bb5075acf5eca6b632588a3c87d00955fb21c2ca5d6dc0910591f050 )
247+
248+ <p >
249+ <img src =" ./.github/donate_addr.png " height =150 width =150/ >
250+ </p >
251+
252+
238253## Sponsors :heart :
239254
240255<p align =" left " >
241256 <a href =" https://www.blockery.io/ " ><img src =" https://avatars.githubusercontent.com/u/97766045?s=50&v=4 " /></a >
242257 <a href =" https://github.com/KtorZ " ><img src =" https://avatars.githubusercontent.com/u/5680256?s=50&v=4 " /></a >
243258 <a href =" https://github.com/lacepool " ><img src =" https://avatars.githubusercontent.com/u/79309785?s=50&v=4 " /></a >
259+ <a href =" https://github.com/muppetADA " ><img width =" 50 " src =" https://avatars.githubusercontent.com/u/115075316?s=50&v=4 " /></a >
260+ <a href =" https://github.com/CardanoDur " ><img width =" 50 " src =" https://avatars.githubusercontent.com/u/1000466?s=50&v=4 " /></a >
244261</p >
0 commit comments