Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anistark/shimmer-cli-nodejs


https://github.com/anistark/shimmer-cli-nodejs

Last synced: 14 days ago
JSON representation

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