# 2018-03-28 會議記錄
## 出席人員
* @yillkid
* @hexrabbit
* @twzjwang
* @proof.K
* @jkrvivian
* @louie.lu
* @jserv
* @leo tsay
## 重要變革
* Swarm node
* [Source code](https://github.com/yillkid/iota_swarm_node)
* Features:
* Issue transaction without fully-synced
* Issue transaction with full-node that support **getTransactionToApprove**(option) and **broadcastTransactions**
* You can issue transaction with a public full-node (eg. [light wallet](http://www.iotasupport.com/gui-lightwallet.shtml))
* [All nodes support swarm node on light wallet website](/s/BJTWPD8qf)
* Multithread POW ([dcurl](https://github.com/chenweiii/dcurl.git))
* Generate a unused address
* Get tips (from full-node or get NULL tips)
* Issue 0 token transaction (TODO: Issue value transaction)
* Protocol
* Socket (TODO: HTTP protocol)
* TODO
* 取代 TangleID
* Django 需要支援 database
* swarm node 程式很小,適合佈署在板子上
* 可以在板子直接 sign bundle
* 可以在板子直接包裹 MAM
* [ERC Identity](https://github.com/ethereum/EIPs/issues/725)
* Standard for a unique identity for humans, groups, objects and machines.
* Specification
* keys
* purpose (尚不清楚為何要把 key 分類的這麼清楚):
* MANAGEMENTACTION:keys, which can manage the identity
* CLAIM: which perform actions in this identities name (signing, logins, transactions, etc.)
* ENCRYPTION: used to encrypt data e.g. hold in claims.
* keyType: EDSA, RSA
* key: public key
* claim issuer
* claims
* [IDHub](http://www.idhub.network/)
* ID as a Service
* ID as a Digital Asset
* ID as a Digital Life
* 為人工智能 (AI) 提供數據燃料,為數字化永生創造基礎。將可信數據放置於用戶的個人數據中心 (PDC) 中,為每個人創建數字版的對應體。
* [GitHub Project](https://github.com/idhubnetwork)
## Action Items
###### tags:`swarm node` `idhub`