Metadata-Version: 2.4
Name: pactus-jsonrpc
Version: 1.9.0
Summary: Python client for interacting with the Pactus blockchain via JSON-RPC
Home-page: https://github.com/pactus-project/pactus
Author: Pactus Development Team
Author-email: info@pactus.org
License: MIT
Keywords: pactus,blockchain,json-rpc
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jsonrpc2-pyclient>=5.2.0
Requires-Dist: py-undefined>=0.1.5
Requires-Dist: pydantic>=2.5.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![codecov](https://codecov.io/gh/pactus-project/pactus/branch/main/graph/badge.svg?token=8N6N60D5UI)](https://codecov.io/gh/pactus-project/pactus)
[![Go Report Card](https://goreportcard.com/badge/github.com/pactus-project/pactus)](https://goreportcard.com/report/github.com/pactus-project/pactus)
[![Twitter(X)](https://badgen.net/badge/icon/twitter?icon=twitter&label)](https://x.com/PactusChain)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/H5vZkNnXCu)

------

# Pactus Blockchain

A full-node implementation of the Pactus blockchain in Go.

## Install

Please check the [install](./docs/install.md) document to build and run the Pactus blockchain.

## Contribution

Contributions to the Pactus blockchain are appreciated.
Please read the [CONTRIBUTING](./CONTRIBUTING.md) guidelines before submitting a pull request or opening an issue.

## License

The Pactus blockchain is under MIT [license](./LICENSE).

