Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anistark/shimmer-cli-py
https://github.com/anistark/shimmer-cli-py
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anistark/shimmer-cli-py
- Owner: anistark
- License: mit
- Created: 2023-07-20T13:03:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T13:44:02.000Z (over 1 year ago)
- Last Synced: 2023-08-03T17:23:01.304Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shimpy
![PyPI](https://img.shields.io/pypi/v/shimpy)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/shimpy)![PyPI - Downloads](https://img.shields.io/pypi/dm/shimpy)
Sample CLI Tool to interact with Shimmer Network using [iota-sdk](https://pypi.org/project/iota-sdk/).
## Install
### Using pip
`pip install shimpy`
### Using poetry
`poetry add shimpy`
## Usage
`shimpy --help`
## Commands
- info : Get Info about Node
- account
- new: Generate new account
- balance: Get balance by account alias
- list: List all accounts
- address
- new: Generate new address for account
- list: List all addresses in the account
- nft
- mint: Mint new NFT
- send: Send NFT to an address
- send: Send SMR to an address### Contributions Welcome
#### Under Development