| Conditions | 1 |
| Paths | 1 |
| Total Lines | 20 |
| Code Lines | 14 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function build() |
||
| 36 | { |
||
| 37 | $this->id = 1720; |
||
| 38 | $this->name = 'IOTA'; |
||
| 39 | $this->symbol = 'MIOTA'; |
||
| 40 | $this->type = 'coin'; |
||
| 41 | $this->mineable = false; |
||
| 42 | $this->description = 'IOTA is a distributed ledger for the Internet of Things that uses a directed acyclic graph (DAG) instead of a conventional blockchain. Its quantum-proof protocol, Tangle, reportedly brings benefits like zero fees, infinite scalability, fast transactions, and secure data transfer. The IOTA Tangle is a Directed Acyclic Graph which has no fees on transactions and no fixed limit on how many transactions can be confirmed per second in the network; instead, the throughput grows in conjunction with activity in the network; i.e., the more activity, the faster the network.'; |
||
| 43 | $this->website = [ |
||
| 44 | 'https://www.iota.org', |
||
| 45 | ]; |
||
| 46 | $this->explorer = [ |
||
| 47 | 'https://thetangle.org', |
||
| 48 | 'https://iotasear.ch', |
||
| 49 | ]; |
||
| 50 | $this->source_code = [ |
||
| 51 | 'https://github.com/iotaledger', |
||
| 52 | ]; |
||
| 53 | |||
| 54 | return $this; |
||
| 55 | } |
||
| 57 |