项目作者: mallond
项目描述 :
IOTA Playground
高级语言: JavaScript
项目地址: git://github.com/mallond/iota.git

iota
IOTA Playground
No over engineering, just plain simple examples to understand
API Example Runs
Simulate

- Digital Twin, Seed (DT), Address (TAG), Authenticate, get stream data
- Machine requests seed and receives a transfer of one coin into seed account - this is the Digital Twin - or genesis transaction
- Machine address(es) contains key int the iota.tag to services i.e. code lookup for application, roles etc
- 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
Links and things