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

release nibijs v0.8.1, indexer-nibi v0.3.3 #74

Merged
merged 1 commit into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/indexer-nibi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nibiruchain/indexer-nibi",
"description": "GraphQL API client for the Nibiru Chain indexer (heart-monitor)",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
31 changes: 11 additions & 20 deletions packages/nibijs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,16 @@
The official TypeScript SDK for the Nibiru blockchain
</p>

<div style="display: flex; flex-direction: row; gap: 4px;">

<a target="_blank" href="https://www.npmjs.com/package/@nibiruchain/nibijs">
<img src="https://img.shields.io/npm/v/@nibiruchain/nibijs.svg?color=AE8CCD" style="height: 20px">
</a>
<a target="_blank" href="https://github.com/NibiruChain/ts-sdk/actions/workflows/tests.yaml">
<img src="https://github.com/NibiruChain/ts-sdk/actions/workflows/tests.yaml/badge.svg" style="height: 20px">
</a>
<a target="_blank" href="https://www.npmjs.com/package/@nibiruchain/nibijs">
<img src="https://img.shields.io/npm/dm/@nibiruchain/nibijs.svg?color=FFF3CD" style="height: 20px">
</a>
<a target="_blank" href="https://github.com/NibiruChain/ts-sdk/blob/main/LICENSE">
<img src="https://img.shields.io/npm/l/express.svg?color=050505" style="height: 20px">
</a>
<a target="_blank" href="https://discord.gg/sgPw8ZYfpQ">
<img src="https://dcbadge.vercel.app/api/server/sgPw8ZYfpQ?style=flat" style="height: 20px">
</a>

</div>
[![npm-version](https://img.shields.io/npm/v/@nibiruchain/nibijs.svg?color=AE8CCD)](https://www.npmjs.com/package/@nibiruchain/nibijs)
[![Nibiru Test workflow][tests-badge]][tests-workflow]
[![downloads][badge-downloads]](https://www.npmjs.com/package/@nibiruchain/nibijs)
[![license](https://img.shields.io/npm/l/express.svg?color=050505)](https://github.com/NibiruChain/ts-sdk/blob/main/LICENSE)
[![social-discord](https://dcbadge.vercel.app/api/server/sgPw8ZYfpQ?style=flat)](https://discord.gg/sgPw8ZYfpQ)

[badge-downloads]: https://img.shields.io/npm/dm/@nibiruchain/nibijs.svg?color=FFF3CD
[downloads-link]: https://www.npmjs.com/package/@nibiruchain/nibijs
[tests-badge]: https://github.com/NibiruChain/ts-sdk/actions/workflows/tests.yaml/badge.svg
[tests-workflow]: https://github.com/NibiruChain/ts-sdk/actions/workflows/tests.yaml

The NibiJS (`@nibiruchain/nibijs`) package makes it possible to interact with Nibiru from a Node.js or browser environment. `nibijs` provides simple abstractions for core data structures, serialization, key management, API requests, and the submission of transactions.

Expand Down Expand Up @@ -165,5 +156,5 @@ This software is licensed under the MIT license. See [LICENSE](https://github.co
© 2022 Nibi, Inc.

<p align="center">
<img src="https://raw.githubusercontent.com/NibiruChain/ts-sdk/main/img/nibi-logo-onwhite.png" style="width: 200px">
<img src="https://raw.githubusercontent.com/NibiruChain/ts-sdk/main/img/nibi-logo-onwhite.png" width="300">
</p>
Loading