react-native-chainz
Version:
React Native wrapper for the CryptoID Blockchain Explorers API. Uses Fetch so it drops in neatly into any React Native App. In addition to Phore (PHR), it works for any Altcoin for which Chainz has a code. Sample commands include getting the balance of an
32 lines (31 loc) • 1.02 kB
JSON
{
"name": "react-native-chainz",
"version": "1.0.0",
"description": "React Native wrapper for the CryptoID Blockchain Explorers API. Uses Fetch so it drops in neatly into any React Native App. In addition to Phore (PHR), it works for any Altcoin for which Chainz has a code. Sample commands include getting the balance of an address, getting total number of circulating coins and getting a top 1000 rich list. Each command requires only 1 line of code. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phoreproject/phorejs.git"
},
"keywords": [
"react",
"native",
"blockchain",
"api",
"cryptoid",
"chainz",
"phore",
"phr",
"altcoin",
"cryptocurrencies"
],
"author": "Greg Marlin",
"license": "MIT",
"bugs": {
"url": "https://github.com/phoreproject/phorejs/issues"
},
"homepage": "https://github.com/phoreproject/phorejs#readme"
}