Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anistark/shimmer-cli-nodejs
https://github.com/anistark/shimmer-cli-nodejs
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anistark/shimmer-cli-nodejs
- Owner: anistark
- License: mit
- Created: 2023-07-17T16:53:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T21:47:27.000Z (over 1 year ago)
- Last Synced: 2024-09-14T00:15:01.235Z (about 2 months ago)
- Language: JavaScript
- Size: 374 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shimy
![npm](https://img.shields.io/npm/v/shimy)
![npm](https://img.shields.io/npm/dm/shimy)
Sample CLI Tool to interact with Shimmer Network using [iota-sdk](https://www.npmjs.com/package/@iota/sdk#getting-started).
## Install
`npm i -g shimy`
## Usage
`shimy --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
- token
- new: Create new Native Token
- mint: Mint new Native Token
- send: Send Native Token to an address### Contribution Open
#### Under Development