项目作者: mallond

项目描述 :
IOTA Playground
高级语言: JavaScript
项目地址: git://github.com/mallond/iota.git
创建时间: 2018-01-25T17:49:06Z
项目社区:https://github.com/mallond/iota

开源协议:

下载


iota369

iota

IOTA Playground
No over engineering, just plain simple examples to understand

API Example Runs

  • sendTransfer

    1. Important: This example needs a PoW server. Search for PoW server using the link below
    2. [Servers with PoW](http://iota.dance/nodes/)
    3. SEED: process.env.SEED
  • findTransaction

Simulate

model

  • Digital Twin, Seed (DT), Address (TAG), Authenticate, get stream data
  1. Machine requests seed and receives a transfer of one coin into seed account - this is the Digital Twin - or genesis transaction
  2. Machine address(es) contains key int the iota.tag to services i.e. code lookup for application, roles etc
  3. HMAC message (iota.tag) is the Machine address, where the machine and services have a shared secret-key
  • 1a Machines can have unlimited Digital Twins, or interested parties. Intrested parties must transfer coins for service access
  • 2a Machine address can be zeroed out of value, or kind of a shut off bit

This is like a distributed directory service, authentication, roles and driver to machine data