trustwallet-assets/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/info.json
Mykola f3ffd0b9ae
Update coin info structure (#1511)
* Remove data_source and change explorers for coin info list

* Remove explorers and data_soruce from info model

* Add new helper func getChainAssetInfoPath

* script

* Rename explorers => explorer

* Rename explorers => explorer

* Remove lowercased version

* Optimised images with calibre/image-actions

* remove

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-03-21 20:12:51 -07:00

21 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Chainlink",
"website": "https://chain.link",
"source_code": "https://github.com/smartcontractkit/chainlink",
"white_paper": "https://link.smartcontract.com/whitepaper",
"short_description": "The LINK Network provides smart contracts with data, bank payments and access to APIs.",
"description": "Chainlink (LINK) is a decentralized oracle service, which aims to connect smart contracts with data from the real world. Since blockchains cannot access data outside their network, oracles are needed to function as data feeds in smart contracts. Oracles provide external data (e.g. temperature, weather) that trigger smart contract executions upon the fulfillment of pre-defined conditions. Participants on the Chainlink network are incentivized (through rewards) to provide smart contracts with access to external data feeds. Should users desire access to off-chain data, they can submit a requesting contract to ChainLinks network. These contracts will match the requesting contract with the appropriate oracles. The contracts include a reputation contract, an order-matching contract, and an aggregating contract. The aggregating contract gathers data of the selected oracles to find the most accurate result.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/chainlink",
"handle": "chainlink"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/chainlink",
"handle": "chainlink"
}
],
"explorer": "https://etherscan.io/token/0x514910771af9ca656af840dff83e8264ecf986ca"
}