@@ -29,30 +29,30 @@ |
||
29 | 29 | */ |
30 | 30 | class Litecoin extends Cryptocurrency |
31 | 31 | { |
32 | - /** |
|
33 | - * {@inheritdoc} |
|
34 | - */ |
|
35 | - public function build() |
|
36 | - { |
|
37 | - $this->id = 2; |
|
38 | - $this->name = 'Litecoin'; |
|
39 | - $this->symbol = 'LTC'; |
|
40 | - $this->type = 'coin'; |
|
41 | - $this->mineable = true; |
|
42 | - $this->description = 'Litecoin is a peer-to-peer cryptocurrency created by Charlie Lee. It was created based on the Bitcoin protocol but differs in terms of the hashing algorithm used. Litecoin uses the memory intensive Scrypt proof of work mining algorithm. Scrypt allows consumer-grade hardware such as GPU to mine those coins.'; |
|
43 | - $this->website = [ |
|
44 | - 'https://litecoin.org', |
|
45 | - ]; |
|
46 | - $this->explorer = [ |
|
47 | - 'https://chain.so/api/v2/get_address_balance/LTC/%s', |
|
48 | - 'https://blockchair.com/litecoin', |
|
49 | - 'https://chainz.cryptoid.info/ltc', |
|
50 | - 'http://explorer.litecoin.net/chain/Litecoin', |
|
51 | - ]; |
|
52 | - $this->source_code = [ |
|
53 | - 'https://github.com/litecoin-project/litecoin', |
|
54 | - ]; |
|
32 | + /** |
|
33 | + * {@inheritdoc} |
|
34 | + */ |
|
35 | + public function build() |
|
36 | + { |
|
37 | + $this->id = 2; |
|
38 | + $this->name = 'Litecoin'; |
|
39 | + $this->symbol = 'LTC'; |
|
40 | + $this->type = 'coin'; |
|
41 | + $this->mineable = true; |
|
42 | + $this->description = 'Litecoin is a peer-to-peer cryptocurrency created by Charlie Lee. It was created based on the Bitcoin protocol but differs in terms of the hashing algorithm used. Litecoin uses the memory intensive Scrypt proof of work mining algorithm. Scrypt allows consumer-grade hardware such as GPU to mine those coins.'; |
|
43 | + $this->website = [ |
|
44 | + 'https://litecoin.org', |
|
45 | + ]; |
|
46 | + $this->explorer = [ |
|
47 | + 'https://chain.so/api/v2/get_address_balance/LTC/%s', |
|
48 | + 'https://blockchair.com/litecoin', |
|
49 | + 'https://chainz.cryptoid.info/ltc', |
|
50 | + 'http://explorer.litecoin.net/chain/Litecoin', |
|
51 | + ]; |
|
52 | + $this->source_code = [ |
|
53 | + 'https://github.com/litecoin-project/litecoin', |
|
54 | + ]; |
|
55 | 55 | |
56 | - return $this; |
|
57 | - } |
|
56 | + return $this; |
|
57 | + } |
|
58 | 58 | } |
@@ -29,28 +29,28 @@ |
||
29 | 29 | */ |
30 | 30 | class Zilliqa extends Cryptocurrency |
31 | 31 | { |
32 | - /** |
|
33 | - * {@inheritdoc} |
|
34 | - */ |
|
35 | - public function build() |
|
36 | - { |
|
37 | - $this->id = 2469; |
|
38 | - $this->name = 'Zilliqa'; |
|
39 | - $this->symbol = 'ZIL'; |
|
40 | - $this->type = 'token'; |
|
41 | - $this->mineable = false; |
|
42 | - $this->description = 'Zilliqa is a scalable, secure public blockchain platform. It\'s the first public blockchain platform that implemented sharding and achieved a throughput of 2828 transactions per second in its test net. This enables new use cases that have high-throughput demands that were not previously possible on legacy public blockchain platforms.'; |
|
43 | - $this->website = [ |
|
44 | - 'https://zilliqa.com', |
|
45 | - ]; |
|
46 | - $this->explorer = [ |
|
47 | - 'https://etherscan.io/token/0x05f4a42e251f2d52b8ed15e9fedaacfcef1fad27', |
|
48 | - 'https://ethplorer.io/address/0x05f4a42e251f2d52b8ed15e9fedaacfcef1fad27', |
|
49 | - ]; |
|
50 | - $this->source_code = [ |
|
51 | - 'https://github.com/Zilliqa/Zilliqa', |
|
52 | - ]; |
|
32 | + /** |
|
33 | + * {@inheritdoc} |
|
34 | + */ |
|
35 | + public function build() |
|
36 | + { |
|
37 | + $this->id = 2469; |
|
38 | + $this->name = 'Zilliqa'; |
|
39 | + $this->symbol = 'ZIL'; |
|
40 | + $this->type = 'token'; |
|
41 | + $this->mineable = false; |
|
42 | + $this->description = 'Zilliqa is a scalable, secure public blockchain platform. It\'s the first public blockchain platform that implemented sharding and achieved a throughput of 2828 transactions per second in its test net. This enables new use cases that have high-throughput demands that were not previously possible on legacy public blockchain platforms.'; |
|
43 | + $this->website = [ |
|
44 | + 'https://zilliqa.com', |
|
45 | + ]; |
|
46 | + $this->explorer = [ |
|
47 | + 'https://etherscan.io/token/0x05f4a42e251f2d52b8ed15e9fedaacfcef1fad27', |
|
48 | + 'https://ethplorer.io/address/0x05f4a42e251f2d52b8ed15e9fedaacfcef1fad27', |
|
49 | + ]; |
|
50 | + $this->source_code = [ |
|
51 | + 'https://github.com/Zilliqa/Zilliqa', |
|
52 | + ]; |
|
53 | 53 | |
54 | - return $this; |
|
55 | - } |
|
54 | + return $this; |
|
55 | + } |
|
56 | 56 | } |
@@ -29,29 +29,29 @@ |
||
29 | 29 | */ |
30 | 30 | class EthereumClassic extends Cryptocurrency |
31 | 31 | { |
32 | - /** |
|
33 | - * {@inheritdoc} |
|
34 | - */ |
|
35 | - public function build() |
|
36 | - { |
|
37 | - $this->id = 1321; |
|
38 | - $this->name = 'Ethereum Classic'; |
|
39 | - $this->symbol = 'ETC'; |
|
40 | - $this->type = 'coin'; |
|
41 | - $this->mineable = true; |
|
42 | - $this->description = 'After a loophole was exploited by a hacker on 17th June 2016, resulting in millions of stolen Ether, Ethereum forked to a new chain that aimed to remedy the damages from the hack. Ethereum Classic is the continuation of the original Ethereum blockchain - the classic version.'; |
|
43 | - $this->website = [ |
|
44 | - 'https://ethereumclassic.org', |
|
45 | - ]; |
|
46 | - $this->explorer = [ |
|
47 | - 'https://api.gastracker.io/addr/%s', |
|
48 | - 'http://etherhub.io/', |
|
49 | - 'https://blockscout.com/etc/mainnet', |
|
50 | - ]; |
|
51 | - $this->source_code = [ |
|
52 | - 'https://github.com/ethereumclassic', |
|
53 | - ]; |
|
32 | + /** |
|
33 | + * {@inheritdoc} |
|
34 | + */ |
|
35 | + public function build() |
|
36 | + { |
|
37 | + $this->id = 1321; |
|
38 | + $this->name = 'Ethereum Classic'; |
|
39 | + $this->symbol = 'ETC'; |
|
40 | + $this->type = 'coin'; |
|
41 | + $this->mineable = true; |
|
42 | + $this->description = 'After a loophole was exploited by a hacker on 17th June 2016, resulting in millions of stolen Ether, Ethereum forked to a new chain that aimed to remedy the damages from the hack. Ethereum Classic is the continuation of the original Ethereum blockchain - the classic version.'; |
|
43 | + $this->website = [ |
|
44 | + 'https://ethereumclassic.org', |
|
45 | + ]; |
|
46 | + $this->explorer = [ |
|
47 | + 'https://api.gastracker.io/addr/%s', |
|
48 | + 'http://etherhub.io/', |
|
49 | + 'https://blockscout.com/etc/mainnet', |
|
50 | + ]; |
|
51 | + $this->source_code = [ |
|
52 | + 'https://github.com/ethereumclassic', |
|
53 | + ]; |
|
54 | 54 | |
55 | - return $this; |
|
56 | - } |
|
55 | + return $this; |
|
56 | + } |
|
57 | 57 | } |
@@ -29,28 +29,28 @@ |
||
29 | 29 | */ |
30 | 30 | class BitcoinDiamond extends Cryptocurrency |
31 | 31 | { |
32 | - /** |
|
33 | - * {@inheritdoc} |
|
34 | - */ |
|
35 | - public function build() |
|
36 | - { |
|
37 | - $this->id = 2222; |
|
38 | - $this->name = 'Bitcoin Diamond'; |
|
39 | - $this->symbol = 'BCD'; |
|
40 | - $this->type = 'coin'; |
|
41 | - $this->mineable = true; |
|
42 | - $this->description = 'Bitcoin Diamond is a hard fork of Bitcoin. The fork occurring at at block height 495866, implemented changes including a new proof of work algorithm to deter attacks on the network and segregation of transaction signatures from transactions on the chain for additional capacity allowing a greater number of transactions per second on the network as a whole.'; |
|
43 | - $this->website = [ |
|
44 | - 'http://btcd.io/', |
|
45 | - ]; |
|
46 | - $this->explorer = [ |
|
47 | - 'http://20.184.13.116/v2/addr/%s', |
|
48 | - 'http://explorer.btcd.io/', |
|
49 | - ]; |
|
50 | - $this->source_code = [ |
|
51 | - 'https://github.com/eveybcd/BitcoinDiamond', |
|
52 | - ]; |
|
32 | + /** |
|
33 | + * {@inheritdoc} |
|
34 | + */ |
|
35 | + public function build() |
|
36 | + { |
|
37 | + $this->id = 2222; |
|
38 | + $this->name = 'Bitcoin Diamond'; |
|
39 | + $this->symbol = 'BCD'; |
|
40 | + $this->type = 'coin'; |
|
41 | + $this->mineable = true; |
|
42 | + $this->description = 'Bitcoin Diamond is a hard fork of Bitcoin. The fork occurring at at block height 495866, implemented changes including a new proof of work algorithm to deter attacks on the network and segregation of transaction signatures from transactions on the chain for additional capacity allowing a greater number of transactions per second on the network as a whole.'; |
|
43 | + $this->website = [ |
|
44 | + 'http://btcd.io/', |
|
45 | + ]; |
|
46 | + $this->explorer = [ |
|
47 | + 'http://20.184.13.116/v2/addr/%s', |
|
48 | + 'http://explorer.btcd.io/', |
|
49 | + ]; |
|
50 | + $this->source_code = [ |
|
51 | + 'https://github.com/eveybcd/BitcoinDiamond', |
|
52 | + ]; |
|
53 | 53 | |
54 | - return $this; |
|
55 | - } |
|
54 | + return $this; |
|
55 | + } |
|
56 | 56 | } |
@@ -29,29 +29,29 @@ |
||
29 | 29 | */ |
30 | 30 | class EOS extends Cryptocurrency |
31 | 31 | { |
32 | - /** |
|
33 | - * {@inheritdoc} |
|
34 | - */ |
|
35 | - public function build() |
|
36 | - { |
|
37 | - $this->id = 1765; |
|
38 | - $this->name = 'EOS'; |
|
39 | - $this->symbol = 'EOS'; |
|
40 | - $this->type = 'coin'; |
|
41 | - $this->mineable = false; |
|
42 | - $this->description = 'EOS.IO is a blockchain protocol powered by the native cryptocurrency EOS. The protocol emulates most of the attributes of a real computer including hardware (CPU(s) & GPU(s) for processing, local/RAM memory, hard-disk storage) with the computing resources distributed equally among EOS cryptocurrency holders. EOSIO operates as a smart contract platform and decentralized operating system intended for the deployment of industrial-scale decentralized applications through a decentralized autonomous corporation model. The smart contract platform claims to eliminate transaction fees and also conduct millions of transactions per second. EOS (EOS) is software that introduces a blockchain architecture designed to enable vertical and horizontal scaling of decentralized applications. The EOS software provides accounts, authentication, databases, asynchronous communication and the scheduling of applications across multiple CPU cores and/or clusters.'; |
|
43 | - $this->website = [ |
|
44 | - 'https://eos.io', |
|
45 | - ]; |
|
46 | - $this->explorer = [ |
|
47 | - 'https://bloks.io', |
|
48 | - 'https://eosflare.io', |
|
49 | - 'https://api.eospark.com/api?module=account&action=get_account_balance&apikey=a9564ebc3289b7a14551baf8ad5ec60a&account=%s', |
|
50 | - ]; |
|
51 | - $this->source_code = [ |
|
52 | - 'https://github.com/eosio', |
|
53 | - ]; |
|
32 | + /** |
|
33 | + * {@inheritdoc} |
|
34 | + */ |
|
35 | + public function build() |
|
36 | + { |
|
37 | + $this->id = 1765; |
|
38 | + $this->name = 'EOS'; |
|
39 | + $this->symbol = 'EOS'; |
|
40 | + $this->type = 'coin'; |
|
41 | + $this->mineable = false; |
|
42 | + $this->description = 'EOS.IO is a blockchain protocol powered by the native cryptocurrency EOS. The protocol emulates most of the attributes of a real computer including hardware (CPU(s) & GPU(s) for processing, local/RAM memory, hard-disk storage) with the computing resources distributed equally among EOS cryptocurrency holders. EOSIO operates as a smart contract platform and decentralized operating system intended for the deployment of industrial-scale decentralized applications through a decentralized autonomous corporation model. The smart contract platform claims to eliminate transaction fees and also conduct millions of transactions per second. EOS (EOS) is software that introduces a blockchain architecture designed to enable vertical and horizontal scaling of decentralized applications. The EOS software provides accounts, authentication, databases, asynchronous communication and the scheduling of applications across multiple CPU cores and/or clusters.'; |
|
43 | + $this->website = [ |
|
44 | + 'https://eos.io', |
|
45 | + ]; |
|
46 | + $this->explorer = [ |
|
47 | + 'https://bloks.io', |
|
48 | + 'https://eosflare.io', |
|
49 | + 'https://api.eospark.com/api?module=account&action=get_account_balance&apikey=a9564ebc3289b7a14551baf8ad5ec60a&account=%s', |
|
50 | + ]; |
|
51 | + $this->source_code = [ |
|
52 | + 'https://github.com/eosio', |
|
53 | + ]; |
|
54 | 54 | |
55 | - return $this; |
|
56 | - } |
|
55 | + return $this; |
|
56 | + } |
|
57 | 57 | } |
@@ -29,27 +29,27 @@ |
||
29 | 29 | */ |
30 | 30 | class Ravencoin extends Cryptocurrency |
31 | 31 | { |
32 | - /** |
|
33 | - * {@inheritdoc} |
|
34 | - */ |
|
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 | - ]; |
|
32 | + /** |
|
33 | + * {@inheritdoc} |
|
34 | + */ |
|
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 | 52 | |
53 | - return $this; |
|
54 | - } |
|
53 | + return $this; |
|
54 | + } |
|
55 | 55 | } |
@@ -29,28 +29,28 @@ |
||
29 | 29 | */ |
30 | 30 | class Monero extends Cryptocurrency |
31 | 31 | { |
32 | - /** |
|
33 | - * {@inheritdoc} |
|
34 | - */ |
|
35 | - public function build() |
|
36 | - { |
|
37 | - $this->id = 328; |
|
38 | - $this->name = 'Monero'; |
|
39 | - $this->symbol = 'XMR'; |
|
40 | - $this->type = 'coin'; |
|
41 | - $this->mineable = true; |
|
42 | - $this->description = 'Monero is a private, secure, and untraceable cryptocurrency that was launched 18th April 2014. With Monero, it is said you are in complete control of your funds and privacy no one else can see anyone else\'s balances or transactions.'; |
|
43 | - $this->website = [ |
|
44 | - 'https://ww.getmonero.org', |
|
45 | - ]; |
|
46 | - $this->explorer = [ |
|
47 | - 'http://moneroblocks.info', |
|
48 | - 'http://chainradar.com/xmr/blocks', |
|
49 | - ]; |
|
50 | - $this->source_code = [ |
|
51 | - 'https://github.com/monero-project/monero', |
|
52 | - ]; |
|
32 | + /** |
|
33 | + * {@inheritdoc} |
|
34 | + */ |
|
35 | + public function build() |
|
36 | + { |
|
37 | + $this->id = 328; |
|
38 | + $this->name = 'Monero'; |
|
39 | + $this->symbol = 'XMR'; |
|
40 | + $this->type = 'coin'; |
|
41 | + $this->mineable = true; |
|
42 | + $this->description = 'Monero is a private, secure, and untraceable cryptocurrency that was launched 18th April 2014. With Monero, it is said you are in complete control of your funds and privacy no one else can see anyone else\'s balances or transactions.'; |
|
43 | + $this->website = [ |
|
44 | + 'https://ww.getmonero.org', |
|
45 | + ]; |
|
46 | + $this->explorer = [ |
|
47 | + 'http://moneroblocks.info', |
|
48 | + 'http://chainradar.com/xmr/blocks', |
|
49 | + ]; |
|
50 | + $this->source_code = [ |
|
51 | + 'https://github.com/monero-project/monero', |
|
52 | + ]; |
|
53 | 53 | |
54 | - return $this; |
|
55 | - } |
|
54 | + return $this; |
|
55 | + } |
|
56 | 56 | } |
@@ -29,28 +29,28 @@ |
||
29 | 29 | */ |
30 | 30 | class Zcash extends Cryptocurrency |
31 | 31 | { |
32 | - /** |
|
33 | - * {@inheritdoc} |
|
34 | - */ |
|
35 | - public function build() |
|
36 | - { |
|
37 | - $this->id = 1437; |
|
38 | - $this->name = 'Zcash'; |
|
39 | - $this->symbol = 'ZEC'; |
|
40 | - $this->type = 'coin'; |
|
41 | - $this->mineable = true; |
|
42 | - $this->description = 'Launched in 2016 by Zooko Wilcox-O\'Hearn and based on the Zerocoin protocol, Zcash is a decentralized and open - source privacy - focused cryptocurrency that enables selective transparency of transactions . Zcash transactions can either be transparent or shielded through a zero - knowledge proof called zk - SNARKs. This allows the network to maintain a secure ledger of balances without disclosing the parties or amounts involved. Instead of publishing spend - authority and transaction values, the transaction metadata is encrypted and zk - SNARKs are used to prove that nobody is being dishonest.'; |
|
43 | - $this->website = [ |
|
44 | - 'https://z.cash', |
|
45 | - ]; |
|
46 | - $this->explorer = [ |
|
47 | - 'https://api.zcha.in/v2/mainnet/accounts/%s', |
|
48 | - 'https://zcash.tokenview.com', |
|
49 | - ]; |
|
50 | - $this->source_code = [ |
|
51 | - 'https://github.com/zcash/zcash', |
|
52 | - ]; |
|
32 | + /** |
|
33 | + * {@inheritdoc} |
|
34 | + */ |
|
35 | + public function build() |
|
36 | + { |
|
37 | + $this->id = 1437; |
|
38 | + $this->name = 'Zcash'; |
|
39 | + $this->symbol = 'ZEC'; |
|
40 | + $this->type = 'coin'; |
|
41 | + $this->mineable = true; |
|
42 | + $this->description = 'Launched in 2016 by Zooko Wilcox-O\'Hearn and based on the Zerocoin protocol, Zcash is a decentralized and open - source privacy - focused cryptocurrency that enables selective transparency of transactions . Zcash transactions can either be transparent or shielded through a zero - knowledge proof called zk - SNARKs. This allows the network to maintain a secure ledger of balances without disclosing the parties or amounts involved. Instead of publishing spend - authority and transaction values, the transaction metadata is encrypted and zk - SNARKs are used to prove that nobody is being dishonest.'; |
|
43 | + $this->website = [ |
|
44 | + 'https://z.cash', |
|
45 | + ]; |
|
46 | + $this->explorer = [ |
|
47 | + 'https://api.zcha.in/v2/mainnet/accounts/%s', |
|
48 | + 'https://zcash.tokenview.com', |
|
49 | + ]; |
|
50 | + $this->source_code = [ |
|
51 | + 'https://github.com/zcash/zcash', |
|
52 | + ]; |
|
53 | 53 | |
54 | - return $this; |
|
55 | - } |
|
54 | + return $this; |
|
55 | + } |
|
56 | 56 | } |
@@ -29,28 +29,28 @@ |
||
29 | 29 | */ |
30 | 30 | class STASISEURS extends Cryptocurrency |
31 | 31 | { |
32 | - /** |
|
33 | - * {@inheritdoc} |
|
34 | - */ |
|
35 | - public function build() |
|
36 | - { |
|
37 | - $this->id = 2989; |
|
38 | - $this->name = 'STASIS EURS'; |
|
39 | - $this->symbol = 'EURS'; |
|
40 | - $this->type = 'token'; |
|
41 | - $this->mineable = false; |
|
42 | - $this->description = 'STASIS provides a full-service tokenization platform, including token creation/redemption, third-party audits, custodial services, and deep expertise in current regulatory environment. Tokenized assets are always backed 1:1 by collateral held in reserve accounts. The EURS stablecoin combines the benefits of blockchain technology with the reputation and relative stability of the euro.'; |
|
43 | - $this->website = [ |
|
44 | - 'https://stasis.net', |
|
45 | - ]; |
|
46 | - $this->explorer = [ |
|
47 | - 'https://etherscan.io/token/0xdb25f211ab05b1c97d595516f45794528a807ad8', |
|
48 | - 'https://ethplorer.io/address/0xdb25f211ab05b1c97d595516f45794528a807ad8', |
|
49 | - ]; |
|
50 | - $this->source_code = [ |
|
51 | - 'https://github.com/STASISNET', |
|
52 | - ]; |
|
32 | + /** |
|
33 | + * {@inheritdoc} |
|
34 | + */ |
|
35 | + public function build() |
|
36 | + { |
|
37 | + $this->id = 2989; |
|
38 | + $this->name = 'STASIS EURS'; |
|
39 | + $this->symbol = 'EURS'; |
|
40 | + $this->type = 'token'; |
|
41 | + $this->mineable = false; |
|
42 | + $this->description = 'STASIS provides a full-service tokenization platform, including token creation/redemption, third-party audits, custodial services, and deep expertise in current regulatory environment. Tokenized assets are always backed 1:1 by collateral held in reserve accounts. The EURS stablecoin combines the benefits of blockchain technology with the reputation and relative stability of the euro.'; |
|
43 | + $this->website = [ |
|
44 | + 'https://stasis.net', |
|
45 | + ]; |
|
46 | + $this->explorer = [ |
|
47 | + 'https://etherscan.io/token/0xdb25f211ab05b1c97d595516f45794528a807ad8', |
|
48 | + 'https://ethplorer.io/address/0xdb25f211ab05b1c97d595516f45794528a807ad8', |
|
49 | + ]; |
|
50 | + $this->source_code = [ |
|
51 | + 'https://github.com/STASISNET', |
|
52 | + ]; |
|
53 | 53 | |
54 | - return $this; |
|
55 | - } |
|
54 | + return $this; |
|
55 | + } |
|
56 | 56 | } |