Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: NewTechValid
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 6.24 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
CosmPy
A python library for interacting with cosmos based blockchain networks
To Install
bash
pip3 install cosmpy
Getting Started
Below is a simple example for querying an account's balances:
```python from cosmpy.aerial.client import LedgerClient, NetworkConfig
connect to Fetch.ai network using default parameters
ledgerclient = LedgerClient(NetworkConfig.fetchaimainnet())
alice: str = 'fetch12q5gw9l9d0yyq2th77x6pjsesczpsly8h5089x' balances = ledgerclient.querybankallbalances(alice)
show all coin balances
for coin in balances: print(f'{coin.amount}{coin.denom}') ```
Documentation
The full documentation can be found here.
Examples
Under the examples directory, you can find examples of basic ledger interactions using cosmpy, such as transferring tokens, staking, deploying and interacting with a smart contract, and performing atomic swaps.
Contributing
All contributions are very welcome! Remember, contribution is not only PRs and code, but any help with docs or helping other developers solve their issues are very appreciated!
Read below to learn how you can take part in the CosmPy project.
Code of Conduct
Please be sure to read and follow our Code of Conduct. By participating, you are expected to uphold this code.
Contribution Guidelines
Read our contribution guidelines to learn about our issue and pull request submission processes, coding rules, and more.
Development Guidelines
Read our development guidelines to learn about the development processes and workflows.
Issues, Questions and Discussions
We use GitHub Issues for tracking requests and bugs, and GitHub Discussions for general questions and discussion.
Owner
- Name: NewTechValid
- Login: NewTechValid
- Kind: organization
- Email: newtonmaderu21@gmail.com
- Location: Germany
- Twitter: NewTechValid
- Repositories: 1
- Profile: https://github.com/NewTechValid
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use CosmPy in your research or project, please cite it as follows:" title: CosmPy Library authors: - family-names: Fetch.ai date-released: "2021-06-01" url: "https://github.com/fetchai/cosmpy" license: "Apache-2.0"
GitHub Events
Total
Last Year
Dependencies
- FirebaseExtended/action-hosting-deploy v0 composite
- actions/checkout v3 composite
- actions/download-artifact v3 composite
- actions/setup-python v2 composite
- actions/upload-artifact v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- gaurav-nelson/github-action-markdown-link-check v1 composite
- rojopolis/spellcheck-github-actions 0.25.0 composite
- python 3.7 build
- mkdocs *
- mkdocs-material *
- mkdocs-material-extensions *
- 112 dependencies
- bandit ==1.7.4 develop
- black ^22.10 develop
- check-manifest * develop
- darglint ==1.8.1 develop
- flake8 ==5.0.4 develop
- flake8-bugbear ==22.10.25 develop
- flake8-copyright ==0.2.3 develop
- flake8-docstrings ==1.6.0 develop
- flake8-eradicate ==1.4.0 develop
- flake8-isort ==5.0 develop
- grpcio-tools * develop
- isort ==5.10.1 develop
- liccheck ==0.7.2 develop
- mypy ==0.982 develop
- pylint ==2.15.5 develop
- pyyaml ==5.3.1 develop
- safety ==2.3.5 develop
- tox ^3.26 develop
- vulture ==2.6 develop
- mkdocs-material ^9.1.4 docs
- pydoc-markdown ==4.6.3 docs
- bech32 *
- ecdsa *
- googleapis-common-protos *
- grpcio *
- jsonschema >=3.2.0,<5
- protobuf >=4.21.6,<5.0dev
- pycryptodome ^3.18.0
- python ^3.8
- python-dateutil *
- requests *
- coverage * test
- pytest * test
- pytest-rerunfailures * test