Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anistark/iotasdk
An SDK for IOTA
https://github.com/anistark/iotasdk
Last synced: 14 days ago
JSON representation
An SDK for IOTA
- Host: GitHub
- URL: https://github.com/anistark/iotasdk
- Owner: anistark
- License: apache-2.0
- Created: 2021-10-25T08:12:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T04:15:07.000Z (over 2 years ago)
- Last Synced: 2024-05-01T19:36:34.011Z (6 months ago)
- Language: Rust
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iotasdk
An SDK for IOTA##### Active Development Stage
Built using [clap](https://github.com/clap-rs/clap).
## Build
`cargo build`---
Usage:
```sh
_ _ _ _ ___ ___ _
(_) ___ | |_ __ _ ___ __| | | | __ / _ \ / _ \ / |
| | / _ \ | __| / _` | / __| / _` | | |/ / | | | | | | | | | |
| | | (_) | | |_ | (_| | \__ \ | (_| | | < | |_| | _ | |_| | _ | |
|_| \___/ \__| \__,_| |___/ \__,_| |_|\_\ \___/ (_) \___/ (_) |_|iotasdk 0.0.1
Kumar Anirudha
IOTASDK :: A Swiss Knife for all things IOTA
USAGE:
iotasdk [OPTIONS]OPTIONS:
-c, --config Sets a custom config file. Could have been an Option with no default
too [default: default.conf]
-h, --help Print help information
-V, --version Print version informationSUBCOMMANDS:
contract Deploy and Interact with Smart Contracts with VM specific and Chain Specific
configs. Try: `iotasdk contract --help`
help Print this message or the help of the given subcommand(s)
info Get all info. Try: `iotasdk info --help`
init Initialise IOTASDK. Try: `iotasdk init --help`
node Setup and Configure IOTA Nodes. Try: `iotasdk node --help`
schema Schema Tool is used to generate Smart Contract Code. Try: `iotasdk schema --help`
```