Skip to content

Commit

Permalink
Merge pull request #867 from ninjascant/blockarray
Browse files Browse the repository at this point in the history
Blockarray
  • Loading branch information
ninjascant committed Dec 30, 2017
2 parents 9d8854c + 0ef0e10 commit 430eed0
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions sources/Doccoin/Doccoin.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@

genesis_id = ""
system = "Doc Coin"
dependencies = ["Ethereum"]
icon = "doccoin"

[token]
name = "doccoin token"
symbol = ""

[consensus]
consensus_type = "ERC20 Token"
consensus_name = "Ethereum"

[descriptions]
state = "Project"
system_type = "cryptoasset"
headline = "Blockchain protocol for telehealth"

[crowdsales]
start_date = "2018-01-25T00:00:00"
end_date = "2018-04-04T00:00:00"
end_date_plan = "2018-04-04T00:00:00"
genesis_address = [""]
funding_terms = "https://www.doc-coin.com"
funding_url = "https://www.doc-coin.com"
tokens_sold = ""
tokens_issued = "20000000"
btc_raised = ""
cap_limit = [""]
raised = [""]

[[links]]
type = "website"
name = "www.d-c-x.org"
url = "https://www.d-c-x.org"
tags = ["Main"]

[[links]]
type = "paper"
name = "Doc Coin Whitepaper"
url = "https://www.doc-coin.com/white-paper-eng"
tags = ["Main", "Science"]

[[links]]
type = "github"
name = "Doc Coin Github"
url = "https://github.com/DocCoinICO"
icon = "github.png"
tags = ["Main", "Code"]

[[links]]
type = "blog"
name = "Doc Coin Blog"
url = "https://medium.com/@doc.coin.ico"
icon = "medium.png"
tags = ["Main", "News"]

[[links]]
type = "twitter"
name = "Twitter"
url = "https://twitter.com/Doc_Coin"
icon = "twitter.png"
tags = ["News"]

[[links]]
type = "custom"
name = "Doc Coin Telegram"
url = "https://t.me/joinchat/AAAAAEHmgwIjLMLc3F88mA"
icon = "telegram.png"
tags = ["News"]

[[links]]
type = "reddit"
name = "Reddit"
url = "https://www.reddit.com/user/Doc_Coin/"
icon = "reddit.png"
tags = ["News"]

[[links]]
type = "custom"
name = "Facebook"
url = "https://www.facebook.com/groups/DocCoin/"
icon = "facebook.png"
tags = ["News"]

0 comments on commit 430eed0

Please sign in to comment.