| Conditions | 1 |
| Paths | 1 |
| Total Lines | 19 |
| Code Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function build() |
||
| 36 | { |
||
| 37 | $this->id = 2577; |
||
| 38 | $this->name = 'Ravencoin'; |
||
| 39 | $this->symbol = 'RVN'; |
||
| 40 | $this->type = 'coin'; |
||
| 41 | $this->mineable = true; |
||
| 42 | $this->description = 'Ravencoin is an open-source blockchain project that specializes in the creation and peer-to-peer transfer of assets. Ravencoin enables users to create and trade any real-world (e.g. commodities) or digital (e.g. virtual goods) assets on a network. The core developers launched Ravencoin on 3rd January 2018. The project has some prominent backers: Bruce Fenton, Board Member of The Bitcoin Foundation, advises the team while Overstock has made a multi-million dollar investment into the project.'; |
||
| 43 | $this->website = [ |
||
| 44 | 'https://ravencoin.org', |
||
| 45 | ]; |
||
| 46 | $this->explorer = [ |
||
| 47 | 'https://ravencoin.network/api/addr/%s/?noTxList=1', |
||
| 48 | ]; |
||
| 49 | $this->source_code = [ |
||
| 50 | 'https://github.com/RavenProject/Ravencoin', |
||
| 51 | ]; |
||
| 52 | |||
| 53 | return $this; |
||
| 54 | } |
||
| 56 |