Skip to content

Commit 8970647

Browse files
docs(README): Add archive qualifier
1 parent 1974e4a commit 8970647

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# Python SDK - Nibiru Chain <!-- omit in toc -->
1+
# 🚧 Python SDK - Nibiru [Archived]
22

3-
> Python-based client for interacting with the Nibiru blockchain.
3+
> [!IMPORTANT]
4+
> This repository is **no longer actively maintained**.
5+
6+
Most developers building on Nibiru use TypeScript/JavaScript (via `@nibiruchain/nibijs`) or Go, the language Nibiru itself is built in. As a result, maintaining a separate Python client interface for transaction broadcasting is no longer productive or necessary.
7+
8+
For development, we recommend anything from the "[Core Tools and Language Clients](https://nibiru.fi/docs/dev/#core-tools-and-language-clients)" section of the Nibiru documentation.
49

510
<!-- Badges -->
611

12+
## Introduction
13+
14+
> Python-based client for interacting with the Nibiru blockchain.
15+
716
[![Nibiru Test workflow][tests-badge]][tests-workflow]
817
[![Examples tests][examples-badge]][tests-example]
918
[![PyPI Version][pypi-image]][pypi-url]
@@ -30,7 +39,7 @@
3039
[tests-workflow]: https://github.com/NibiruChain/py-sdk/actions/workflows/pytests.yml
3140
[tests-example]: https://github.com/NibiruChain/py-sdk/actions/workflows/notebooks.yml
3241

33-
The `nibiru` package allows you to index, query, and send transactions on Nibiru Chain using Python. It provides access to market data for analysis, visualization, indicator development, algorithmic trading, strategy backtesting, bot programming, and related software engineering.
42+
The Python SDK includes a `nibiru` package allows you to index, query, and send transactions on Nibiru Chain using Python. It provides access to market data for analysis, visualization, indicator development, algorithmic trading, strategy backtesting, bot programming, and related software engineering.
3443

3544
The package is intended to be used by coders, developers, technically-skilled traders and data-scientists for building trading algorithms.
3645

0 commit comments

Comments
 (0)