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

fix: readme #396

Merged
merged 2 commits into from
Jun 28, 2024
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
4 changes: 1 addition & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ _What type of change does this pull request make (put an `x` in the boxes that a

_Put an `x` in the boxes that apply:_

<!-- markdown-link-check-disable -->
- [ ] I have read the [CONTRIBUTING](/CONTRIBUTING.md) guide
- [ ] I have read the [CONTRIBUTING](https://github.com/fetchai/cosmpy/blob/main/CONTRIBUTING.md) guide
- [ ] Checks and tests pass locally
<!-- markdown-link-check-enable-->

### If applicable

Expand Down
48 changes: 14 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,18 @@
<h1 align="center">
<b>CosmPy</b>
</h1>
# CosmPy

[![Official Website](https://img.shields.io/badge/Official%20Website-fetch.ai-blue?style=flat&logo=world&logoColor=white)](https://fetch.ai)
<a href="https://pypi.org/project/cosmpy/">
<img alt="PyPI" src="https://img.shields.io/pypi/v/cosmpy">
</a>
<a href="https://github.com/fetchai/cosmpy/actions/workflows/workflow.yml">
<img alt="CosmPy sanity checks and tests" src="https://github.com/fetchai/cosmpy/actions/workflows/workflow.yml/badge.svg">
</a>
<a href="https://pypi.org/project/cosmpy/">
<img alt="Download per Month" src="https://img.shields.io/pypi/dm/cosmpy">
</a>
[![Twitter Follow](https://img.shields.io/twitter/follow/fetch_ai?style=social)](https://twitter.com/fetch_ai)

<p align="center">
A python library for interacting with cosmos based blockchain networks
</p>

<p align="center">
<a href="https://pypi.org/project/cosmpy/">
<img alt="PyPI" src="https://img.shields.io/pypi/v/cosmpy">
</a>
<a href="https://pypi.org/project/cosmpy/">
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/cosmpy">
</a>
<a href="https://github.com/fetchai/cosmpy/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/pypi/l/cosmpy">
</a>
<br />
<a>
<img alt="PyPI - Wheel" src="https://img.shields.io/pypi/wheel/cosmpy">
</a>
<a href="https://github.com/fetchai/cosmpy/actions/workflows/workflow.yml">
<img alt="CosmPy sanity checks and tests" src="https://github.com/fetchai/cosmpy/actions/workflows/workflow.yml/badge.svg">
</a>
<a href="https://pypi.org/project/cosmpy/">
<img alt="Download per Month" src="https://img.shields.io/pypi/dm/cosmpy">
</a>
</p>

> We recently stopped using the `develop` branch for feature consolidation and renamed `master` to `main`. Please see the [Contribution Guides][contributing] for up-to-date instructions.

## To Install

Expand Down Expand Up @@ -56,7 +40,7 @@ for coin in balances:

## Documentation

The full documentation can be found [here](https://docs.fetch.ai/CosmPy/).
The full documentation can be found [here](https://fetch.ai/docs/guides/fetch-network/cosmpy/install).

## Examples

Expand Down Expand Up @@ -84,10 +68,6 @@ Read our [development guidelines][developing] to learn about the development pro

We use [GitHub Issues][issues] for tracking requests and bugs, and [GitHub Discussions][discussion] for general questions and discussion.

## License

The CosmPy project is licensed under [Apache License 2.0][license].

[contributing]: https://github.com/fetchai/cosmpy/blob/main/CONTRIBUTING.md
[developing]: https://github.com/fetchai/cosmpy/blob/main/DEVELOPING.md
[coc]: https://github.com/fetchai/cosmpy/blob/main/CODE_OF_CONDUCT.md
Expand Down
Loading