All Projects → iotaledger → giotan

iotaledger / giotan

Licence: MIT license
The CLI Tool for IOTA in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to giotan

Iota.go
IOTA Go API Library. Find documentation on https://docs.iota.org/
Stars: ✭ 319 (+963.33%)
Mutual labels:  internet-of-things, iota
Iota.lib.cpp
IOTA C++ Library
Stars: ✭ 84 (+180%)
Mutual labels:  internet-of-things, iota
Iota.py
PyOTA: The IOTA Python API Library
Stars: ✭ 337 (+1023.33%)
Mutual labels:  internet-of-things, iota
Iota Java
IOTA Java API Library. Find documentation on
Stars: ✭ 137 (+356.67%)
Mutual labels:  internet-of-things, iota
Iota.js
IOTA JavaScript monorepo
Stars: ✭ 921 (+2970%)
Mutual labels:  internet-of-things, iota
iota-python
A Pure-Python implementation of IOTA node
Stars: ✭ 30 (+0%)
Mutual labels:  internet-of-things, iota
awesome-IoT
A curated list of awesome Internet of Things(IoT) platforms, libraries and apps.
Stars: ✭ 22 (-26.67%)
Mutual labels:  internet-of-things
Fb Automated Birthday Wisher
Automatically wishes your selected fb friends on their Birthday
Stars: ✭ 39 (+30%)
Mutual labels:  internet-of-things
Home-Assistant-Configuration
🏡 My home assistant configuration!
Stars: ✭ 28 (-6.67%)
Mutual labels:  internet-of-things
IOTA101
IOTA Developer Essentials
Stars: ✭ 38 (+26.67%)
Mutual labels:  iota
EsperIoT
Small and simple stream-based CEP tool for IoT devices connected to an MQTT broker
Stars: ✭ 18 (-40%)
Mutual labels:  internet-of-things
dcurl
Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl
Stars: ✭ 39 (+30%)
Mutual labels:  iota
wotcity-wot-framework
wotcity.io: the Web of Things programming framework
Stars: ✭ 17 (-43.33%)
Mutual labels:  internet-of-things
pycayennelpp
A Cayenne Low Power Payload (CayenneLPP) decoder and encoder for Python
Stars: ✭ 17 (-43.33%)
Mutual labels:  internet-of-things
CryptoCurrency
Page to keep track of value & profits of a portfolio of cryptocurrency (based on Coinmarketcap, Bitfinex and Binance)
Stars: ✭ 27 (-10%)
Mutual labels:  iota
sky-remote
NodeJS module to send remote control commands to a Sky TV box
Stars: ✭ 53 (+76.67%)
Mutual labels:  internet-of-things
fd-vue-webapp
A Vue.js web application for Freedomotic Open IoT framework
Stars: ✭ 63 (+110%)
Mutual labels:  internet-of-things
CheerLights
CheerLights is an “Internet of Things” project created by Hans Scharler that allows people’s lights all across the world to synchronize to one color set by Twitter. This is a way to connect physical things with social networking experiences and spread cheer at the same time. We are all connected.
Stars: ✭ 34 (+13.33%)
Mutual labels:  internet-of-things
iota-mosquitto-demo
A simple demonstration of using IOTA as a way to monetize an MQTT data stream
Stars: ✭ 24 (-20%)
Mutual labels:  iota
hifiberry
This is a custom component to allow control of HifiberryOS devices in Home Assistant using the audiocontrol2 REST API.
Stars: ✭ 26 (-13.33%)
Mutual labels:  internet-of-things

Build Status GoDoc GitHub license

🐸 gIOTA CLI tool

CLI client tool for the IOTA reference implementation (IRI) using gIOTA lib.

Install

    $ go get -u github.com/iotaledger/giotan

Features

  1. Sending iota token using public nodes with local PoW.
  2. List used and unused Addresses which can be generated from seed.

This CLI mainly focuses on functions using seeds.

If you want to add some functions, please make an issue.

Examples

    $ giotan new
    $ giotan addresses 
    $ giotan send --recipient=SOMERECIPIENT --amount=1234
    $ giotan send --recipient=SOMERECIPIENT --amount=1234 --sender=SOMEADDRESS1,SOMEADDRESS2,SOMEADDRESS3

When you use addresses and send, you will be prompted to input your seed.

When you use --sender, you must specify the addresses which can be generated from seed.

Note that send takes a long time to calculate Proof of Work.

Development Status: Alpha+

Tread lightly around here. This tool is still very much in flux and there are going to be breaking changes.

TODO

  • More functions(?)
  • More tests :(

Released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].