Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PyCardano to builder tools #508

Merged
merged 1 commit into from
Feb 8, 2022
Merged

Conversation

cffls
Copy link
Contributor

@cffls cffls commented Feb 2, 2022

Updating documentation

Description of the change

Add PyCardano to builder-tools.js

PyCardano is a standalone Cardano client written in Python. The library allows users to build and sign transactions without depending on other Cardano serialization tools (such as cardano-cli and cardano-serialization-lib), making it a light-weight library that is easy and fast to set up in all kinds of environments.

@katomm katomm added the builder tool Indicates a PR/issue on a builder tool label Feb 2, 2022
Copy link
Collaborator

@rdlrt rdlrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feedback:
Standalone Cardano client -> Would you consider renaming to standalone cardano library (as you're not connecting node via available mini-protocols but intermediate layer to query chain as backend, which is absolutely fine , and necessary given what's available from node as API, too - would ofcourse love to see project grow and achieve it's goals to be a node, you can always revisit the description accordingly)

@cffls
Copy link
Contributor Author

cffls commented Feb 3, 2022

Thanks Priyank for spending time taking a look at this! Indeed, currently the library does depends on some intermediate layer to interact with the blockchain, and you are right that we will probably directly interact with node through mini-protocol in the future. I will remove the word "standalone" from this pull request accordingly.

A Cardano library written in Python. It allows users to build and sign transactions without depending on other Cardano serialization tools (such as cardano-cli and cardano-serialization-lib), making it a lightweight library that is easy and fast to set up in all kinds of environments.
Copy link
Member

@katomm katomm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@katomm katomm merged commit 2bc2c4b into cardano-foundation:staging Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builder tool Indicates a PR/issue on a builder tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants