StellarCN/py-stellar-base

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.devcontainer/devcontainer.json
.gitattributes
.github/ISSUE_TEMPLATE/ask_a_question.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/dependabot.yml
.github/workflows/codeql-analysis.yml
.github/workflows/continuous-integration-workflow.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
Makefile
README.rst
SECURITY.md
codecov.yml
examples/README.md
poetry.lock
pyproject.toml
stellar_sdk/py.typed
xdr/Stellar-SCP.x
xdr/Stellar-contract-config-setting.x
xdr/Stellar-contract-env-meta.x
xdr/Stellar-contract-meta.x
xdr/Stellar-contract-spec.x
xdr/Stellar-contract.x
xdr/Stellar-internal.x
xdr/Stellar-ledger-entries.x
xdr/Stellar-ledger.x
xdr/Stellar-overlay.x
xdr/Stellar-transaction.x
xdr/Stellar-types.x
examples/account_merge.py24
examples/amm.py73
examples/build_fee_bump_transaction.py51
examples/claimable_balances.py62
examples/clawback.py89
examples/create_account.py28
examples/create_account_friendbot.py13
examples/create_keypair.py20
examples/ed25519_signed_payload.py17
examples/issue_asset.py47
examples/manage_sell_offer.py173
examples/multisig_xdr.py32
examples/parse_transaction_envelope.py9
examples/parse_transaction_result_xdr.py10
examples/path_payment.py41
examples/payment.py42