Compare commits
No commits in common. "master" and "1.0" have entirely different histories.
|
@ -1,6 +0,0 @@
|
||||||
APIKEY=
|
|
||||||
USERDB=
|
|
||||||
PASSDB=
|
|
||||||
DBNAME=
|
|
||||||
INFURAKEY=
|
|
||||||
CONTRACTADDRS=
|
|
|
@ -1,4 +1,5 @@
|
||||||
/node_modules
|
/node_modules
|
||||||
/orbitdb
|
/orbitdb
|
||||||
|
package-lock.json
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
|
979
ABI.js
979
ABI.js
|
@ -1,542 +1,437 @@
|
||||||
[
|
const abi = [{
|
||||||
{
|
"constant": false,
|
||||||
"anonymous": false,
|
"inputs": [],
|
||||||
"inputs": [
|
"name": "acceptOwnership",
|
||||||
{
|
"outputs": [],
|
||||||
"indexed": true,
|
"payable": false,
|
||||||
"internalType": "address",
|
"stateMutability": "nonpayable",
|
||||||
"name": "owner",
|
"type": "function"
|
||||||
"type": "address"
|
},
|
||||||
},
|
{
|
||||||
{
|
"constant": false,
|
||||||
"indexed": true,
|
"inputs": [{
|
||||||
"internalType": "address",
|
"name": "spender",
|
||||||
"name": "spender",
|
"type": "address"
|
||||||
"type": "address"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "tokens",
|
||||||
"indexed": false,
|
"type": "uint256"
|
||||||
"internalType": "uint256",
|
}
|
||||||
"name": "value",
|
],
|
||||||
"type": "uint256"
|
"name": "approve",
|
||||||
}
|
"outputs": [{
|
||||||
],
|
"name": "success",
|
||||||
"name": "Approval",
|
"type": "bool"
|
||||||
"type": "event"
|
}],
|
||||||
},
|
"payable": false,
|
||||||
{
|
"stateMutability": "nonpayable",
|
||||||
"anonymous": false,
|
"type": "function"
|
||||||
"inputs": [
|
},
|
||||||
{
|
{
|
||||||
"indexed": true,
|
"constant": false,
|
||||||
"internalType": "address",
|
"inputs": [{
|
||||||
"name": "previousOwner",
|
"name": "spender",
|
||||||
"type": "address"
|
"type": "address"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"indexed": true,
|
"name": "tokens",
|
||||||
"internalType": "address",
|
"type": "uint256"
|
||||||
"name": "newOwner",
|
},
|
||||||
"type": "address"
|
{
|
||||||
}
|
"name": "data",
|
||||||
],
|
"type": "bytes"
|
||||||
"name": "OwnershipTransferred",
|
}
|
||||||
"type": "event"
|
],
|
||||||
},
|
"name": "approveAndCall",
|
||||||
{
|
"outputs": [{
|
||||||
"anonymous": false,
|
"name": "success",
|
||||||
"inputs": [
|
"type": "bool"
|
||||||
{
|
}],
|
||||||
"indexed": true,
|
"payable": false,
|
||||||
"internalType": "address",
|
"stateMutability": "nonpayable",
|
||||||
"name": "from",
|
"type": "function"
|
||||||
"type": "address"
|
},
|
||||||
},
|
{
|
||||||
{
|
"constant": false,
|
||||||
"indexed": true,
|
"inputs": [{
|
||||||
"internalType": "address",
|
"name": "spender",
|
||||||
"name": "to",
|
"type": "address"
|
||||||
"type": "address"
|
},
|
||||||
},
|
{
|
||||||
{
|
"name": "tokens",
|
||||||
"indexed": false,
|
"type": "uint256"
|
||||||
"internalType": "uint256",
|
}
|
||||||
"name": "value",
|
],
|
||||||
"type": "uint256"
|
"name": "decreaseApproval",
|
||||||
}
|
"outputs": [{
|
||||||
],
|
"name": "success",
|
||||||
"name": "Transfer",
|
"type": "bool"
|
||||||
"type": "event"
|
}],
|
||||||
},
|
"payable": false,
|
||||||
{
|
"stateMutability": "nonpayable",
|
||||||
"payable": true,
|
"type": "function"
|
||||||
"stateMutability": "payable",
|
},
|
||||||
"type": "fallback"
|
{
|
||||||
},
|
"constant": false,
|
||||||
{
|
"inputs": [],
|
||||||
"constant": true,
|
"name": "getETH",
|
||||||
"inputs": [],
|
"outputs": [],
|
||||||
"name": "_CCDBAddress",
|
"payable": false,
|
||||||
"outputs": [
|
"stateMutability": "nonpayable",
|
||||||
{
|
"type": "function"
|
||||||
"internalType": "string",
|
},
|
||||||
"name": "",
|
{
|
||||||
"type": "string"
|
"constant": false,
|
||||||
}
|
"inputs": [{
|
||||||
],
|
"name": "spender",
|
||||||
"payable": false,
|
"type": "address"
|
||||||
"stateMutability": "view",
|
},
|
||||||
"type": "function"
|
{
|
||||||
},
|
"name": "tokens",
|
||||||
{
|
"type": "uint256"
|
||||||
"constant": true,
|
}
|
||||||
"inputs": [
|
],
|
||||||
{
|
"name": "increaseApproval",
|
||||||
"internalType": "address",
|
"outputs": [{
|
||||||
"name": "owner",
|
"name": "success",
|
||||||
"type": "address"
|
"type": "bool"
|
||||||
},
|
}],
|
||||||
{
|
"payable": false,
|
||||||
"internalType": "address",
|
"stateMutability": "nonpayable",
|
||||||
"name": "spender",
|
"type": "function"
|
||||||
"type": "address"
|
},
|
||||||
}
|
{
|
||||||
],
|
"constant": false,
|
||||||
"name": "allowance",
|
"inputs": [{
|
||||||
"outputs": [
|
"name": "to",
|
||||||
{
|
"type": "address"
|
||||||
"internalType": "uint256",
|
},
|
||||||
"name": "",
|
{
|
||||||
"type": "uint256"
|
"name": "tokens",
|
||||||
}
|
"type": "uint256"
|
||||||
],
|
}
|
||||||
"payable": false,
|
],
|
||||||
"stateMutability": "view",
|
"name": "transfer",
|
||||||
"type": "function"
|
"outputs": [{
|
||||||
},
|
"name": "success",
|
||||||
{
|
"type": "bool"
|
||||||
"constant": false,
|
}],
|
||||||
"inputs": [
|
"payable": false,
|
||||||
{
|
"stateMutability": "nonpayable",
|
||||||
"internalType": "uint256",
|
"type": "function"
|
||||||
"name": "addDays",
|
},
|
||||||
"type": "uint256"
|
{
|
||||||
}
|
"constant": false,
|
||||||
],
|
"inputs": [{
|
||||||
"name": "appendDays",
|
"name": "tokenAddress",
|
||||||
"outputs": [],
|
"type": "address"
|
||||||
"payable": false,
|
},
|
||||||
"stateMutability": "nonpayable",
|
{
|
||||||
"type": "function"
|
"name": "tokens",
|
||||||
},
|
"type": "uint256"
|
||||||
{
|
}
|
||||||
"constant": false,
|
],
|
||||||
"inputs": [
|
"name": "transferAnyERC20Token",
|
||||||
{
|
"outputs": [{
|
||||||
"internalType": "address",
|
"name": "success",
|
||||||
"name": "spender",
|
"type": "bool"
|
||||||
"type": "address"
|
}],
|
||||||
},
|
"payable": false,
|
||||||
{
|
"stateMutability": "nonpayable",
|
||||||
"internalType": "uint256",
|
"type": "function"
|
||||||
"name": "amount",
|
},
|
||||||
"type": "uint256"
|
{
|
||||||
}
|
"constant": false,
|
||||||
],
|
"inputs": [{
|
||||||
"name": "approve",
|
"name": "from",
|
||||||
"outputs": [
|
"type": "address"
|
||||||
{
|
},
|
||||||
"internalType": "bool",
|
{
|
||||||
"name": "",
|
"name": "to",
|
||||||
"type": "bool"
|
"type": "address"
|
||||||
}
|
},
|
||||||
],
|
{
|
||||||
"payable": false,
|
"name": "tokens",
|
||||||
"stateMutability": "nonpayable",
|
"type": "uint256"
|
||||||
"type": "function"
|
}
|
||||||
},
|
],
|
||||||
{
|
"name": "transferFrom",
|
||||||
"constant": true,
|
"outputs": [{
|
||||||
"inputs": [
|
"name": "success",
|
||||||
{
|
"type": "bool"
|
||||||
"internalType": "address",
|
}],
|
||||||
"name": "account",
|
"payable": false,
|
||||||
"type": "address"
|
"stateMutability": "nonpayable",
|
||||||
}
|
"type": "function"
|
||||||
],
|
},
|
||||||
"name": "balanceOf",
|
{
|
||||||
"outputs": [
|
"constant": false,
|
||||||
{
|
"inputs": [{
|
||||||
"internalType": "uint256",
|
"name": "_newOwner",
|
||||||
"name": "",
|
"type": "address"
|
||||||
"type": "uint256"
|
}],
|
||||||
}
|
"name": "transferOwnership",
|
||||||
],
|
"outputs": [],
|
||||||
"payable": false,
|
"payable": false,
|
||||||
"stateMutability": "view",
|
"stateMutability": "nonpayable",
|
||||||
"type": "function"
|
"type": "function"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"constant": true,
|
"constant": false,
|
||||||
"inputs": [],
|
"inputs": [{
|
||||||
"name": "bonus1Ends",
|
"name": "CCDBAddress",
|
||||||
"outputs": [
|
"type": "string"
|
||||||
{
|
}],
|
||||||
"internalType": "uint256",
|
"name": "updateCCDBAddress",
|
||||||
"name": "",
|
"outputs": [],
|
||||||
"type": "uint256"
|
"payable": false,
|
||||||
}
|
"stateMutability": "nonpayable",
|
||||||
],
|
"type": "function"
|
||||||
"payable": false,
|
},
|
||||||
"stateMutability": "view",
|
{
|
||||||
"type": "function"
|
"payable": true,
|
||||||
},
|
"stateMutability": "payable",
|
||||||
{
|
"type": "fallback"
|
||||||
"constant": true,
|
},
|
||||||
"inputs": [],
|
{
|
||||||
"name": "bonus2Ends",
|
"anonymous": false,
|
||||||
"outputs": [
|
"inputs": [{
|
||||||
{
|
"indexed": true,
|
||||||
"internalType": "uint256",
|
"name": "_from",
|
||||||
"name": "",
|
"type": "address"
|
||||||
"type": "uint256"
|
},
|
||||||
}
|
{
|
||||||
],
|
"indexed": true,
|
||||||
"payable": false,
|
"name": "_to",
|
||||||
"stateMutability": "view",
|
"type": "address"
|
||||||
"type": "function"
|
}
|
||||||
},
|
],
|
||||||
{
|
"name": "OwnershipTransferred",
|
||||||
"constant": true,
|
"type": "event"
|
||||||
"inputs": [],
|
},
|
||||||
"name": "decimals",
|
{
|
||||||
"outputs": [
|
"anonymous": false,
|
||||||
{
|
"inputs": [{
|
||||||
"internalType": "uint8",
|
"indexed": true,
|
||||||
"name": "",
|
"name": "from",
|
||||||
"type": "uint8"
|
"type": "address"
|
||||||
}
|
},
|
||||||
],
|
{
|
||||||
"payable": false,
|
"indexed": true,
|
||||||
"stateMutability": "view",
|
"name": "to",
|
||||||
"type": "function"
|
"type": "address"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"constant": false,
|
"indexed": false,
|
||||||
"inputs": [
|
"name": "tokens",
|
||||||
{
|
"type": "uint256"
|
||||||
"internalType": "address",
|
}
|
||||||
"name": "spender",
|
],
|
||||||
"type": "address"
|
"name": "Transfer",
|
||||||
},
|
"type": "event"
|
||||||
{
|
},
|
||||||
"internalType": "uint256",
|
{
|
||||||
"name": "subtractedValue",
|
"anonymous": false,
|
||||||
"type": "uint256"
|
"inputs": [{
|
||||||
}
|
"indexed": true,
|
||||||
],
|
"name": "tokenOwner",
|
||||||
"name": "decreaseAllowance",
|
"type": "address"
|
||||||
"outputs": [
|
},
|
||||||
{
|
{
|
||||||
"internalType": "bool",
|
"indexed": true,
|
||||||
"name": "",
|
"name": "spender",
|
||||||
"type": "bool"
|
"type": "address"
|
||||||
}
|
},
|
||||||
],
|
{
|
||||||
"payable": false,
|
"indexed": false,
|
||||||
"stateMutability": "nonpayable",
|
"name": "tokens",
|
||||||
"type": "function"
|
"type": "uint256"
|
||||||
},
|
}
|
||||||
{
|
],
|
||||||
"constant": true,
|
"name": "Approval",
|
||||||
"inputs": [],
|
"type": "event"
|
||||||
"name": "endDate",
|
},
|
||||||
"outputs": [
|
{
|
||||||
{
|
"constant": true,
|
||||||
"internalType": "uint256",
|
"inputs": [],
|
||||||
"name": "",
|
"name": "_CCDBAddress",
|
||||||
"type": "uint256"
|
"outputs": [{
|
||||||
}
|
"name": "",
|
||||||
],
|
"type": "string"
|
||||||
"payable": false,
|
}],
|
||||||
"stateMutability": "view",
|
"payable": false,
|
||||||
"type": "function"
|
"stateMutability": "view",
|
||||||
},
|
"type": "function"
|
||||||
{
|
},
|
||||||
"constant": false,
|
{
|
||||||
"inputs": [],
|
"constant": true,
|
||||||
"name": "getETH",
|
"inputs": [],
|
||||||
"outputs": [],
|
"name": "_totalSupply",
|
||||||
"payable": false,
|
"outputs": [{
|
||||||
"stateMutability": "nonpayable",
|
"name": "",
|
||||||
"type": "function"
|
"type": "uint256"
|
||||||
},
|
}],
|
||||||
{
|
"payable": false,
|
||||||
"constant": true,
|
"stateMutability": "view",
|
||||||
"inputs": [],
|
"type": "function"
|
||||||
"name": "getPause",
|
},
|
||||||
"outputs": [
|
{
|
||||||
{
|
"constant": true,
|
||||||
"internalType": "bool",
|
"inputs": [{
|
||||||
"name": "",
|
"name": "tokenOwner",
|
||||||
"type": "bool"
|
"type": "address"
|
||||||
}
|
},
|
||||||
],
|
{
|
||||||
"payable": false,
|
"name": "spender",
|
||||||
"stateMutability": "view",
|
"type": "address"
|
||||||
"type": "function"
|
}
|
||||||
},
|
],
|
||||||
{
|
"name": "allowance",
|
||||||
"constant": false,
|
"outputs": [{
|
||||||
"inputs": [
|
"name": "remaining",
|
||||||
{
|
"type": "uint256"
|
||||||
"internalType": "address",
|
}],
|
||||||
"name": "spender",
|
"payable": false,
|
||||||
"type": "address"
|
"stateMutability": "view",
|
||||||
},
|
"type": "function"
|
||||||
{
|
},
|
||||||
"internalType": "uint256",
|
{
|
||||||
"name": "addedValue",
|
"constant": true,
|
||||||
"type": "uint256"
|
"inputs": [{
|
||||||
}
|
"name": "tokenOwner",
|
||||||
],
|
"type": "address"
|
||||||
"name": "increaseAllowance",
|
}],
|
||||||
"outputs": [
|
"name": "balanceOf",
|
||||||
{
|
"outputs": [{
|
||||||
"internalType": "bool",
|
"name": "balance",
|
||||||
"name": "",
|
"type": "uint256"
|
||||||
"type": "bool"
|
}],
|
||||||
}
|
"payable": false,
|
||||||
],
|
"stateMutability": "view",
|
||||||
"payable": false,
|
"type": "function"
|
||||||
"stateMutability": "nonpayable",
|
},
|
||||||
"type": "function"
|
{
|
||||||
},
|
"constant": true,
|
||||||
{
|
"inputs": [],
|
||||||
"constant": true,
|
"name": "bonus1Ends",
|
||||||
"inputs": [],
|
"outputs": [{
|
||||||
"name": "isOwner",
|
"name": "",
|
||||||
"outputs": [
|
"type": "uint256"
|
||||||
{
|
}],
|
||||||
"internalType": "bool",
|
"payable": false,
|
||||||
"name": "",
|
"stateMutability": "view",
|
||||||
"type": "bool"
|
"type": "function"
|
||||||
}
|
},
|
||||||
],
|
{
|
||||||
"payable": false,
|
"constant": true,
|
||||||
"stateMutability": "view",
|
"inputs": [],
|
||||||
"type": "function"
|
"name": "bonus2Ends",
|
||||||
},
|
"outputs": [{
|
||||||
{
|
"name": "",
|
||||||
"constant": true,
|
"type": "uint256"
|
||||||
"inputs": [],
|
}],
|
||||||
"name": "name",
|
"payable": false,
|
||||||
"outputs": [
|
"stateMutability": "view",
|
||||||
{
|
"type": "function"
|
||||||
"internalType": "string",
|
},
|
||||||
"name": "",
|
{
|
||||||
"type": "string"
|
"constant": true,
|
||||||
}
|
"inputs": [],
|
||||||
],
|
"name": "decimals",
|
||||||
"payable": false,
|
"outputs": [{
|
||||||
"stateMutability": "view",
|
"name": "",
|
||||||
"type": "function"
|
"type": "uint8"
|
||||||
},
|
}],
|
||||||
{
|
"payable": false,
|
||||||
"constant": true,
|
"stateMutability": "view",
|
||||||
"inputs": [],
|
"type": "function"
|
||||||
"name": "owner",
|
},
|
||||||
"outputs": [
|
{
|
||||||
{
|
"constant": true,
|
||||||
"internalType": "address payable",
|
"inputs": [],
|
||||||
"name": "",
|
"name": "endDate",
|
||||||
"type": "address"
|
"outputs": [{
|
||||||
}
|
"name": "",
|
||||||
],
|
"type": "uint256"
|
||||||
"payable": false,
|
}],
|
||||||
"stateMutability": "view",
|
"payable": false,
|
||||||
"type": "function"
|
"stateMutability": "view",
|
||||||
},
|
"type": "function"
|
||||||
{
|
},
|
||||||
"constant": true,
|
{
|
||||||
"inputs": [],
|
"constant": true,
|
||||||
"name": "preICOEnds",
|
"inputs": [],
|
||||||
"outputs": [
|
"name": "name",
|
||||||
{
|
"outputs": [{
|
||||||
"internalType": "uint256",
|
"name": "",
|
||||||
"name": "",
|
"type": "string"
|
||||||
"type": "uint256"
|
}],
|
||||||
}
|
"payable": false,
|
||||||
],
|
"stateMutability": "view",
|
||||||
"payable": false,
|
"type": "function"
|
||||||
"stateMutability": "view",
|
},
|
||||||
"type": "function"
|
{
|
||||||
},
|
"constant": true,
|
||||||
{
|
"inputs": [],
|
||||||
"constant": false,
|
"name": "newOwner",
|
||||||
"inputs": [],
|
"outputs": [{
|
||||||
"name": "renounceOwnership",
|
"name": "",
|
||||||
"outputs": [],
|
"type": "address"
|
||||||
"payable": false,
|
}],
|
||||||
"stateMutability": "nonpayable",
|
"payable": false,
|
||||||
"type": "function"
|
"stateMutability": "view",
|
||||||
},
|
"type": "function"
|
||||||
{
|
},
|
||||||
"constant": false,
|
{
|
||||||
"inputs": [
|
"constant": true,
|
||||||
{
|
"inputs": [],
|
||||||
"internalType": "bool",
|
"name": "owner",
|
||||||
"name": "p",
|
"outputs": [{
|
||||||
"type": "bool"
|
"name": "",
|
||||||
}
|
"type": "address"
|
||||||
],
|
}],
|
||||||
"name": "setPause",
|
"payable": false,
|
||||||
"outputs": [],
|
"stateMutability": "view",
|
||||||
"payable": false,
|
"type": "function"
|
||||||
"stateMutability": "nonpayable",
|
},
|
||||||
"type": "function"
|
{
|
||||||
},
|
"constant": true,
|
||||||
{
|
"inputs": [],
|
||||||
"constant": true,
|
"name": "preICOEnds",
|
||||||
"inputs": [],
|
"outputs": [{
|
||||||
"name": "symbol",
|
"name": "",
|
||||||
"outputs": [
|
"type": "uint256"
|
||||||
{
|
}],
|
||||||
"internalType": "string",
|
"payable": false,
|
||||||
"name": "",
|
"stateMutability": "view",
|
||||||
"type": "string"
|
"type": "function"
|
||||||
}
|
},
|
||||||
],
|
{
|
||||||
"payable": false,
|
"constant": true,
|
||||||
"stateMutability": "view",
|
"inputs": [],
|
||||||
"type": "function"
|
"name": "symbol",
|
||||||
},
|
"outputs": [{
|
||||||
{
|
"name": "",
|
||||||
"constant": true,
|
"type": "string"
|
||||||
"inputs": [],
|
}],
|
||||||
"name": "totalSupply",
|
"payable": false,
|
||||||
"outputs": [
|
"stateMutability": "view",
|
||||||
{
|
"type": "function"
|
||||||
"internalType": "uint256",
|
},
|
||||||
"name": "",
|
{
|
||||||
"type": "uint256"
|
"constant": true,
|
||||||
}
|
"inputs": [],
|
||||||
],
|
"name": "totalSupply",
|
||||||
"payable": false,
|
"outputs": [{
|
||||||
"stateMutability": "view",
|
"name": "",
|
||||||
"type": "function"
|
"type": "uint256"
|
||||||
},
|
}],
|
||||||
{
|
"payable": false,
|
||||||
"constant": false,
|
"stateMutability": "view",
|
||||||
"inputs": [
|
"type": "function"
|
||||||
{
|
}
|
||||||
"internalType": "address",
|
]
|
||||||
"name": "recipient",
|
|
||||||
"type": "address"
|
|
||||||
},
|
|
||||||
{
|
module.exports = abi
|
||||||
"internalType": "uint256",
|
|
||||||
"name": "amount",
|
|
||||||
"type": "uint256"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "transfer",
|
|
||||||
"outputs": [
|
|
||||||
{
|
|
||||||
"internalType": "bool",
|
|
||||||
"name": "",
|
|
||||||
"type": "bool"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"payable": false,
|
|
||||||
"stateMutability": "nonpayable",
|
|
||||||
"type": "function"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"constant": false,
|
|
||||||
"inputs": [
|
|
||||||
{
|
|
||||||
"internalType": "address payable",
|
|
||||||
"name": "tokenAddress",
|
|
||||||
"type": "address"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"internalType": "uint256",
|
|
||||||
"name": "tokens",
|
|
||||||
"type": "uint256"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "transferAnyERC20Token",
|
|
||||||
"outputs": [
|
|
||||||
{
|
|
||||||
"internalType": "bool",
|
|
||||||
"name": "success",
|
|
||||||
"type": "bool"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"payable": false,
|
|
||||||
"stateMutability": "nonpayable",
|
|
||||||
"type": "function"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"constant": false,
|
|
||||||
"inputs": [
|
|
||||||
{
|
|
||||||
"internalType": "address",
|
|
||||||
"name": "sender",
|
|
||||||
"type": "address"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"internalType": "address",
|
|
||||||
"name": "recipient",
|
|
||||||
"type": "address"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"internalType": "uint256",
|
|
||||||
"name": "amount",
|
|
||||||
"type": "uint256"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "transferFrom",
|
|
||||||
"outputs": [
|
|
||||||
{
|
|
||||||
"internalType": "bool",
|
|
||||||
"name": "",
|
|
||||||
"type": "bool"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"payable": false,
|
|
||||||
"stateMutability": "nonpayable",
|
|
||||||
"type": "function"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"constant": false,
|
|
||||||
"inputs": [
|
|
||||||
{
|
|
||||||
"internalType": "address payable",
|
|
||||||
"name": "newOwner",
|
|
||||||
"type": "address"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "transferOwnership",
|
|
||||||
"outputs": [],
|
|
||||||
"payable": false,
|
|
||||||
"stateMutability": "nonpayable",
|
|
||||||
"type": "function"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"constant": false,
|
|
||||||
"inputs": [
|
|
||||||
{
|
|
||||||
"internalType": "string",
|
|
||||||
"name": "newCCDBAddress",
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "updateCCDBAddress",
|
|
||||||
"outputs": [],
|
|
||||||
"payable": false,
|
|
||||||
"stateMutability": "nonpayable",
|
|
||||||
"type": "function"
|
|
||||||
}
|
|
||||||
]
|
|
242
README.md
242
README.md
|
@ -1,243 +1,3 @@
|
||||||
# DecaGraphics
|
# DecaGraphics
|
||||||
|
|
||||||
DECA Charts Code and settings to calculate price, quantity and percentage of reserve in carbon credits.
|
Deca Graphics
|
||||||
|
|
||||||
**IMPORTANT: Please verify that the database address matches the smart contract address.**
|
|
||||||
|
|
||||||
Official Carbon credits database address ([orbitdb](https://github.com/orbitdb/orbit-db))
|
|
||||||
**/orbitdb/zdpuAykPJ4qtBg2toS2vxr5eaPfGEBJmvGerM7V7x8qn5c8hW/decaCCDB**
|
|
||||||
|
|
||||||
## Table of Contents
|
|
||||||
|
|
||||||
[[_TOC_]]
|
|
||||||
|
|
||||||
## General Folder Structure
|
|
||||||
|
|
||||||
```sh
|
|
||||||
├── ABI.js
|
|
||||||
├── getEth.js
|
|
||||||
├── index.js
|
|
||||||
├── package.json
|
|
||||||
├── README.md
|
|
||||||
├── scriptChildNode.js
|
|
||||||
├── scriptMainNode.js
|
|
||||||
└── services
|
|
||||||
├── decaGraphicsChild.service
|
|
||||||
└── decaGraphicsMain.service
|
|
||||||
```
|
|
||||||
|
|
||||||
## Prerequisites
|
|
||||||
|
|
||||||
Before you begin, ensure you have met the following requirements:
|
|
||||||
|
|
||||||
* Node.js >= 10
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
**Download and install Node.js v10.x and npm.**
|
|
||||||
|
|
||||||
> Using Ubuntu
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
|
|
||||||
$ sudo apt-get install -y nodejs
|
|
||||||
```
|
|
||||||
|
|
||||||
> Using Debian, as root
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ curl -sL https://deb.nodesource.com/setup_10.x | bash -
|
|
||||||
$ apt-get install -y nodejs
|
|
||||||
```
|
|
||||||
|
|
||||||
**Clone the repo, switch to decagraphics and run npm install**
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ git clone https://gitlab.com/deca-currency/decagraphics.git
|
|
||||||
$ cd decagraphics
|
|
||||||
$ npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
> It's recommended to fix security vulnerabilities in dependencies using the command.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ npm audit fix
|
|
||||||
```
|
|
||||||
|
|
||||||
It is necessary to have installed mongodb locally in case of making a connection to another server modify the connection url of mongodb.
|
|
||||||
|
|
||||||
> Once the installation is done, it is necessary to create a database with three collections with the following names:
|
|
||||||
```sh
|
|
||||||
$ mongo
|
|
||||||
use DecaGraphics
|
|
||||||
db.createCollection("decaPrice")
|
|
||||||
db.createCollection("decaGeth")
|
|
||||||
db.createCollection("decaCCTS")
|
|
||||||
```
|
|
||||||
|
|
||||||
> After that it is necessary to set the environment variables in an .env file as in the example .envSample file.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
APIKEY=
|
|
||||||
USERDB=
|
|
||||||
PASSDB=
|
|
||||||
DBNAME=
|
|
||||||
INFURAKEY=
|
|
||||||
CONTRACTADDRS=
|
|
||||||
```
|
|
||||||
|
|
||||||
In both scripts it is necessary to set the variable 'dates' to the following date in unixtime from there the script will start to run the calculations automatically.
|
|
||||||
|
|
||||||
**Once everything is configured it is necessary to have ipfs running as a service the configuration can be found in [carboncreditsbacklog](https://gitlab.com/deca-currency/carboncreditsbacklog) as well connecting to the nodes mentioned there in order to replicate the orbitdb carbon credits database bd.**
|
|
||||||
|
|
||||||
> The scripts can be tested using node as well the service rest which will take the data from mongodb and expose it in a json format in order to do the calculations on the web page
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ node scriptMainNode.js
|
|
||||||
$ node index.js
|
|
||||||
```
|
|
||||||
|
|
||||||
To verify the data can be done from a browser taking into account the use of cors or from a bash.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ curl localhost:5000/decaPrice
|
|
||||||
$ curl localhost:5000/decaGeth
|
|
||||||
$ curl localhost:5000/decaCCTS
|
|
||||||
```
|
|
||||||
|
|
||||||
## Development
|
|
||||||
|
|
||||||
* The dependencies are already in the package.json
|
|
||||||
* Ethereum Node
|
|
||||||
* Bitcoinaverage Api
|
|
||||||
|
|
||||||
The rest service was made in express.js and cors was applied to accept only requests coming from deca.eco as well as helmet.js was used to give a better security to the application and the good practices of [express](https://expressjs.com/es/advanced/best-practice-security.html).
|
|
||||||
|
|
||||||
The main script is scriptMainNode.js performs the calculations found in the document [DECAAnalyticsETHPrice](./pdf/DECAAnalyticsETHPrice.pdf) the other script is backup and is used on another node in case the main one fails.
|
|
||||||
|
|
||||||
|
|
||||||
## Deploy
|
|
||||||
|
|
||||||
### Prerequisites
|
|
||||||
|
|
||||||
* Nginx >= 1.14.0
|
|
||||||
* Certbot >= 1.6
|
|
||||||
|
|
||||||
Install Nginx
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ sudo apt update
|
|
||||||
$ sudo apt install nginx
|
|
||||||
```
|
|
||||||
|
|
||||||
Install Certbot
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ sudo add-apt-repository ppa:certbot/certbot
|
|
||||||
```
|
|
||||||
|
|
||||||
> The script is configured as a service to be able to perform the calculations automatically. The configuration file is located in the service folder.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ sudo vim /etc/systemd/system/decaGraphics.service
|
|
||||||
[Unit]
|
|
||||||
Description=Deca Graphics Updater
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
WorkingDirectory=/home/nodemaster/decagraphics/
|
|
||||||
ExecStart=/usr/local/bin/node /home/nodemaster/decagraphics/scriptMainNode.js
|
|
||||||
User=nodemaster
|
|
||||||
Restart=always
|
|
||||||
LimitNOFILE=10240
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
```
|
|
||||||
|
|
||||||
**NOTE: in this example user that runs ipfs, node and orbitdb instance is nodemaster, also the node location is at /usr/local/bin/node**
|
|
||||||
|
|
||||||
**NOTE1: set WorkingDirectory where is the repository, for this example /home/nodemaster/decagraphics/**
|
|
||||||
|
|
||||||
**NOTE2: set where is index.js mostly in the repository as follow path to node path, for this example /home/nodemaster/decagraphics/scriptMainNode.js**
|
|
||||||
|
|
||||||
> Enable the service
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ sudo systemctl daemon-reload
|
|
||||||
$ sudo systemctl enable decaGraphics.service
|
|
||||||
$ sudo systemctl start decaGraphics.service
|
|
||||||
$ sudo systemctl status decaGraphics.service
|
|
||||||
```
|
|
||||||
**NOTE: service must be set as active (running), if not please verify the preview steps**
|
|
||||||
|
|
||||||
> It is possible to check in the service logs if any error occurred in the service.
|
|
||||||
|
|
||||||
```sh
|
|
||||||
● graphicsDeca.service - Graphing Calculator
|
|
||||||
Loaded: loaded (/lib/systemd/system/graphicsDeca.service; enabled; vendor preset: enabled)
|
|
||||||
Active: active (running) since Thu 2020-07-23 17:18:50 UTC; 4h 23min ago
|
|
||||||
Main PID: 629182 (node)
|
|
||||||
Tasks: 12 (limit: 464185)
|
|
||||||
CGroup: /system.slice/graphicsDeca.service
|
|
||||||
└─629182 /usr/bin/node /home/nodemaster/decagraphics/scriptMainNode.js
|
|
||||||
|
|
||||||
Jul 23 21:40:02 icowebsrv node[629182]: zdpuAzCgWw1vAt8yKXFUR49uyhuD4W2jN4fKVmzwXwc9QvKzm
|
|
||||||
Jul 23 21:40:02 icowebsrv node[629182]: Insert decaPrice
|
|
||||||
Jul 23 21:40:02 icowebsrv node[629182]: zdpuB1YDWAcW9Ljq6WFo4HKXoaHRYKXfL1B9H4dMDRttcGzXF
|
|
||||||
Jul 23 21:40:02 icowebsrv node[629182]: Insert decaGeth
|
|
||||||
Jul 23 21:40:02 icowebsrv node[629182]: zdpuAwMn2mjAMAq9w2siJzi6wqc1W7rDi1fw61iuJdaUTnji8
|
|
||||||
Jul 23 21:40:02 icowebsrv node[629182]: Insert decaCCTS
|
|
||||||
```
|
|
||||||
|
|
||||||
Once the service is working properly it is necessary to configure the service subtract to be able to access the data from [deca.eco](https://deca.eco/).
|
|
||||||
|
|
||||||
In the nginx config add the proxy pass
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ vim /etc/nginx/conf.d/example.com.conf
|
|
||||||
server {
|
|
||||||
listen 80 default_server;
|
|
||||||
listen [::]:80 default_server;
|
|
||||||
server_name example.com www.example.com;
|
|
||||||
root /var/www/example.com;
|
|
||||||
index index.html;
|
|
||||||
try_files $uri /index.html;
|
|
||||||
location / {
|
|
||||||
proxy_pass http://localhost:5000;
|
|
||||||
proxy_http_version 1.1;
|
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
|
||||||
proxy_set_header Connection 'upgrade';
|
|
||||||
proxy_set_header Host $host;
|
|
||||||
proxy_cache_bypass $http_upgrade;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
**Remember to open the port in the firewall**
|
|
||||||
|
|
||||||
**Remember to leave the rest service running in a tmux session and check the port.**
|
|
||||||
|
|
||||||
**Now restart up Nginx!**
|
|
||||||
|
|
||||||
|
|
||||||
### Add SSL Certificate
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ sudo certbot --nginx -d api.deca.eco
|
|
||||||
```
|
|
||||||
|
|
||||||
**It is recommended to redirect all http traffic to https**
|
|
||||||
|
|
||||||
Finally renew the certificate with the following command and restart nginx
|
|
||||||
|
|
||||||
```sh
|
|
||||||
$ sudo certbot renew --dry-run
|
|
||||||
$ sudo service nginx restart
|
|
||||||
```
|
|
||||||
|
|
||||||
# Information and contacts.
|
|
||||||
|
|
||||||
***Developers***
|
|
||||||
- Jose [jose@deca.eco](mailto:jose@deca.eco)
|
|
58
index.js
58
index.js
|
@ -1,58 +0,0 @@
|
||||||
require('dotenv').config()
|
|
||||||
var helmet = require('helmet');
|
|
||||||
const MongoClient = require('mongodb').MongoClient;
|
|
||||||
const url = "mongodb://" + process.env.USERDB + ":" + encodeURIComponent(process.env.PASSDB) + "@localhost:27017/" + process.env.DBNAME
|
|
||||||
const express = require("express");
|
|
||||||
const app = express();
|
|
||||||
const cors = require('cors')
|
|
||||||
|
|
||||||
app.use(express.json());
|
|
||||||
app.use(cors({
|
|
||||||
origin: 'https://deca.eco',
|
|
||||||
methods: ['GET']
|
|
||||||
}));
|
|
||||||
app.use(helmet())
|
|
||||||
|
|
||||||
app.listen(5000, () => {
|
|
||||||
|
|
||||||
app.get('/decaPrice', async function (req, res) {
|
|
||||||
const dbm = await MongoClient.connect(url, {
|
|
||||||
useUnifiedTopology: true
|
|
||||||
}).catch(err => {
|
|
||||||
console.log(err);
|
|
||||||
});
|
|
||||||
var db = dbm.db("DECAGraphics");
|
|
||||||
db.collection("decaPrice").find({}).toArray(function (err, response) {
|
|
||||||
if (err) throw err;
|
|
||||||
res.json(response);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
app.get('/decaGeth', async function (req, res) {
|
|
||||||
const dbm = await MongoClient.connect(url, {
|
|
||||||
useUnifiedTopology: true
|
|
||||||
}).catch(err => {
|
|
||||||
console.log(err);
|
|
||||||
});
|
|
||||||
var db = dbm.db("DECAGraphics");
|
|
||||||
db.collection("decaGeth").find({}).toArray(function (err, response) {
|
|
||||||
if (err) throw err;
|
|
||||||
res.json(response);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
app.get('/decaCCTS', async function (req, res) {
|
|
||||||
const dbm = await MongoClient.connect(url, {
|
|
||||||
useUnifiedTopology: true
|
|
||||||
}).catch(err => {
|
|
||||||
console.log(err);
|
|
||||||
});
|
|
||||||
var db = dbm.db("DECAGraphics");
|
|
||||||
db.collection("decaCCTS").find({}).toArray(function (err, response) {
|
|
||||||
if (err) throw err;
|
|
||||||
res.json(response);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
console.log("El servidor está inicializado en el puerto 5000");
|
|
||||||
});
|
|
21
package.json
21
package.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "decagraphics",
|
"name": "scriptgraficas",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Script to generate and send data to show graphs in deca.eco",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
@ -15,19 +15,6 @@
|
||||||
"orbit-db": "^0.24.1",
|
"orbit-db": "^0.24.1",
|
||||||
"orbit-db-docstore": "^1.9.0",
|
"orbit-db-docstore": "^1.9.0",
|
||||||
"orbit-db-store": "^3.3.0",
|
"orbit-db-store": "^3.3.0",
|
||||||
"body-parser": "^1.19.0",
|
"dotenv": "^8.2.0"
|
||||||
"cors": "^2.8.5",
|
}
|
||||||
"dotenv": "^8.2.0",
|
|
||||||
"express": "^4.17.1",
|
|
||||||
"helmet": "^3.23.3",
|
|
||||||
"mongodb": "^3.5.9"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+ssh://git@gitlab.com:deca-currency/decagraphics.git"
|
|
||||||
},
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://gitlab.com/deca-currency/decagraphics/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://gitlab.com/deca-currency/decagraphics"
|
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
|
@ -1,12 +1,11 @@
|
||||||
//Load Environment Variables
|
//Load Environment Variables
|
||||||
require('dotenv').config()
|
require('dotenv').config()
|
||||||
|
|
||||||
//IPFS
|
//IPFS
|
||||||
const IpfsClient = require('ipfs-http-client');
|
const IpfsClient = require('ipfs-http-client');
|
||||||
const OrbitDB = require('orbit-db');
|
const OrbitDB = require('orbit-db');
|
||||||
//Instance of IPFS locally in IPFS daemon
|
//Instance of IPFS locally in IPFS daemon
|
||||||
const node = IpfsClient('http://localhost:5001');
|
const node = IpfsClient('http://localhost:5001');
|
||||||
const MongoClient = require('mongodb').MongoClient;
|
|
||||||
const url = "mongodb://" + process.env.USERDB + ":" + encodeURIComponent(process.env.PASSDB) + "@localhost:27017/" + process.env.DBNAME;
|
|
||||||
|
|
||||||
//Module for get prices
|
//Module for get prices
|
||||||
var getEth = require('./getEth');
|
var getEth = require('./getEth');
|
||||||
|
@ -18,13 +17,72 @@ const abi = require("./ABI.js");
|
||||||
const Web3 = require('web3');
|
const Web3 = require('web3');
|
||||||
const web3 = new Web3(new Web3.providers.WebsocketProvider(process.env.INFURAKEY));
|
const web3 = new Web3(new Web3.providers.WebsocketProvider(process.env.INFURAKEY));
|
||||||
|
|
||||||
//DECA Contract instance
|
//DECA Contract instance
|
||||||
const decaContract = new web3.eth.Contract(abi, process.env.CONTRACTADDRS);
|
const decaContract = new web3.eth.Contract(abi, '0xD60DC0805f44d10cAc6594f1a501c67929448957');
|
||||||
|
|
||||||
|
|
||||||
|
async function index() {
|
||||||
|
//Open and load orbitdb databases
|
||||||
|
const orbitdb = await OrbitDB.createInstance(node)
|
||||||
|
const db = await orbitdb.docs('/orbitdb/zdpuAykPJ4qtBg2toS2vxr5eaPfGEBJmvGerM7V7x8qn5c8hW/decaCCDB', {
|
||||||
|
indexBy: 'CCID'
|
||||||
|
});
|
||||||
|
await db.load();
|
||||||
|
const db2 = await orbitdb.docs('decaPrices', {
|
||||||
|
indexBy: 'dates'
|
||||||
|
});
|
||||||
|
await db2.load();
|
||||||
|
const db3 = await orbitdb.docs('decaGeth', {
|
||||||
|
indexBy: 'dates'
|
||||||
|
});
|
||||||
|
await db3.load();
|
||||||
|
const db4 = await orbitdb.docs('decaCCT', {
|
||||||
|
indexBy: 'dates'
|
||||||
|
});
|
||||||
|
await db4.load();
|
||||||
|
//Flag to save the following data
|
||||||
|
let dates = 1592331780;
|
||||||
|
while (true) {
|
||||||
|
//Get Carbon Credits Data
|
||||||
|
const data = db.get('');
|
||||||
|
//Compare flag and unixtime to add data
|
||||||
|
if (Math.round(new Date().getTime() / 1000) == dates) {
|
||||||
|
dates += 120;
|
||||||
|
//Get data from functions
|
||||||
|
try{
|
||||||
|
let elemsDECAPrice = await getEth(dates);
|
||||||
|
console.log(elemsDECAPrice);
|
||||||
|
const hash1 = await db2.put(elemsDECAPrice);
|
||||||
|
console.log(hash1);
|
||||||
|
}catch{
|
||||||
|
console.error("Error in DECA Prices");
|
||||||
|
}
|
||||||
|
try{
|
||||||
|
let elemsGeth = await getGethElems(dates);
|
||||||
|
console.log(elemsGeth);
|
||||||
|
const hash2 = await db3.put(elemsGeth);
|
||||||
|
console.log(hash2);
|
||||||
|
}catch{
|
||||||
|
console.error("Error in GETH");
|
||||||
|
}
|
||||||
|
try{
|
||||||
|
let ccTotalEth = await getEthSum(data, dates);
|
||||||
|
console.log(ccTotalEth);
|
||||||
|
const hash3 = await db4.put(ccTotalEth);
|
||||||
|
console.log(hash3);
|
||||||
|
}catch{
|
||||||
|
console.error("Error in CCDB")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
index();
|
||||||
|
|
||||||
//Function to save data from web3 and contract (ret TotalSupply, Ethereum, Date)
|
//Function to save data from web3 and contract (ret TotalSupply, Ethereum, Date)
|
||||||
const getGethElems = async (dates) => {
|
const getGethElems = async (dates) => {
|
||||||
let ret = {};
|
let ret = {};
|
||||||
var balanceEthereum = await web3.eth.getBalance(process.env.CONTRACTADDRS);
|
var balanceEthereum = await web3.eth.getBalance('0xD60DC0805f44d10cAc6594f1a501c67929448957');
|
||||||
var totalSupply = await decaContract.methods.totalSupply().call();
|
var totalSupply = await decaContract.methods.totalSupply().call();
|
||||||
totalSupply = web3.utils.fromWei(totalSupply, 'ether');
|
totalSupply = web3.utils.fromWei(totalSupply, 'ether');
|
||||||
balanceEthereum = web3.utils.fromWei(balanceEthereum, 'ether');
|
balanceEthereum = web3.utils.fromWei(balanceEthereum, 'ether');
|
||||||
|
@ -41,87 +99,10 @@ const getEthSum = async (elemsCC, dates) => {
|
||||||
let sumCC = 0;
|
let sumCC = 0;
|
||||||
for (let key in elemsCC) {
|
for (let key in elemsCC) {
|
||||||
sum += elemsCC[key]['conversionPrice']['ETH'];
|
sum += elemsCC[key]['conversionPrice']['ETH'];
|
||||||
sumCC += 1;
|
sumCC +=1;
|
||||||
}
|
}
|
||||||
ret.ccTotal = sumCC;
|
ret.ccTotal = sumCC;
|
||||||
ret.ccTS = sum;
|
ret.ccTS = sum;
|
||||||
ret.dates = dates;
|
ret.dates = dates;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
async function index() {
|
|
||||||
//Open and load orbitdb databases
|
|
||||||
const orbitdb = await OrbitDB.createInstance(node)
|
|
||||||
const db = await orbitdb.docs('/orbitdb/zdpuAykPJ4qtBg2toS2vxr5eaPfGEBJmvGerM7V7x8qn5c8hW/decaCCDB', {
|
|
||||||
indexBy: 'CCID'
|
|
||||||
});
|
|
||||||
await db.load();
|
|
||||||
const db2 = await orbitdb.docs('/orbitdb/zdpuB1E3gfmmo17cFD2LEgxsjLzU9pxyW1q1Wde5TNL5QjiJG/decaPrice', {
|
|
||||||
indexBy: 'dates'
|
|
||||||
});
|
|
||||||
await db2.load();
|
|
||||||
const db3 = await orbitdb.docs('/orbitdb/zdpuB3ND1iK3NvYQx939ErZ2WXCaDoz4Lw3hazFUkdVupstBv/decaGeth', {
|
|
||||||
indexBy: 'dates'
|
|
||||||
});
|
|
||||||
await db3.load();
|
|
||||||
const db4 = await orbitdb.docs('/orbitdb/zdpuB2ZiX2QX8Qwwc1EXxo1y944tG6JcBk5UTLHm9b9Nv3Gna/decaCCTS', {
|
|
||||||
indexBy: 'dates'
|
|
||||||
});
|
|
||||||
await db4.load();
|
|
||||||
const dbm = await MongoClient.connect(url, {
|
|
||||||
useUnifiedTopology: true
|
|
||||||
})
|
|
||||||
.catch(err => {
|
|
||||||
console.log(err);
|
|
||||||
});
|
|
||||||
//Flag to save the following data
|
|
||||||
let dates = 1595524800;
|
|
||||||
while (true) {
|
|
||||||
//Compare flag and unixtime to add data
|
|
||||||
if (Math.round(new Date().getTime() / 1000) == dates) {
|
|
||||||
dates += 300;
|
|
||||||
//Get data from functions
|
|
||||||
var dbo = dbm.db(process.env.DBNAME);
|
|
||||||
try {
|
|
||||||
let elemsDECAPrice = await getEth(dates);
|
|
||||||
const hash1 = await db2.put(elemsDECAPrice);
|
|
||||||
dbo.collection("decaPrice").insertOne(elemsDECAPrice, function (err, res) {
|
|
||||||
if (err) throw err;
|
|
||||||
console.log("Insert decaPrice")
|
|
||||||
});
|
|
||||||
console.log(hash1);
|
|
||||||
} catch (error) {
|
|
||||||
console.log(error);
|
|
||||||
console.error("Error in DECA Prices");
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
let elemsGeth = await getGethElems(dates);
|
|
||||||
console.log(elemsGeth)
|
|
||||||
const hash2 = await db3.put(elemsGeth);
|
|
||||||
dbo.collection("decaGeth").insertOne(elemsGeth, function (err, res) {
|
|
||||||
if (err) throw err;
|
|
||||||
console.log("Insert decaGeth")
|
|
||||||
});
|
|
||||||
console.log(hash2);
|
|
||||||
} catch (error) {
|
|
||||||
console.log(error);
|
|
||||||
console.error("Error in GETH");
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
const data = await db.get('');
|
|
||||||
let ccTotalEth = await getEthSum(data, dates);
|
|
||||||
const hash3 = await db4.put(ccTotalEth);
|
|
||||||
dbo.collection("decaCCTS").insertOne(ccTotalEth, function (err, res) {
|
|
||||||
if (err) throw err;
|
|
||||||
console.log("Insert decaCCTS")
|
|
||||||
});
|
|
||||||
console.log(hash3);
|
|
||||||
} catch (error) {
|
|
||||||
console.log(error);
|
|
||||||
console.error("Error in CCDB")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
index();
|
|
|
@ -1,12 +1,11 @@
|
||||||
//Load Environment Variables
|
//Load Environment Variables
|
||||||
require('dotenv').config()
|
require('dotenv').config()
|
||||||
|
|
||||||
//IPFS
|
//IPFS
|
||||||
const IpfsClient = require('ipfs-http-client');
|
const IpfsClient = require('ipfs-http-client');
|
||||||
const OrbitDB = require('orbit-db');
|
const OrbitDB = require('orbit-db');
|
||||||
//Instance of IPFS locally in IPFS daemon
|
//Instance of IPFS locally in IPFS daemon
|
||||||
const node = IpfsClient('http://localhost:5001');
|
const node = IpfsClient('http://localhost:5001');
|
||||||
const MongoClient = require('mongodb').MongoClient;
|
|
||||||
const url = "mongodb://" + process.env.USERDB + ":" + encodeURIComponent(process.env.PASSDB) + "@localhost:27017/" + process.env.DBNAME;
|
|
||||||
|
|
||||||
//Module for get prices
|
//Module for get prices
|
||||||
var getEth = require('./getEth');
|
var getEth = require('./getEth');
|
||||||
|
@ -19,12 +18,68 @@ const Web3 = require('web3');
|
||||||
const web3 = new Web3(new Web3.providers.WebsocketProvider(process.env.INFURAKEY));
|
const web3 = new Web3(new Web3.providers.WebsocketProvider(process.env.INFURAKEY));
|
||||||
|
|
||||||
//DECA Contract instance
|
//DECA Contract instance
|
||||||
const decaContract = new web3.eth.Contract(abi, process.env.CONTRACTADDRS);
|
const decaContract = new web3.eth.Contract(abi, '0xD60DC0805f44d10cAc6594f1a501c67929448957');
|
||||||
|
|
||||||
|
async function index() {
|
||||||
|
//Open and load orbitdb databases
|
||||||
|
const orbitdb = await OrbitDB.createInstance(node)
|
||||||
|
const db = await orbitdb.docs('/orbitdb/zdpuAykPJ4qtBg2toS2vxr5eaPfGEBJmvGerM7V7x8qn5c8hW/decaCCDB', {
|
||||||
|
indexBy: 'CCID'
|
||||||
|
});
|
||||||
|
await db.load();
|
||||||
|
const db2 = await orbitdb.docs('decaPrices', {
|
||||||
|
indexBy: 'dates'
|
||||||
|
});
|
||||||
|
await db2.load();
|
||||||
|
const db3 = await orbitdb.docs('decaGeth', {
|
||||||
|
indexBy: 'dates'
|
||||||
|
});
|
||||||
|
await db3.load();
|
||||||
|
const db4 = await orbitdb.docs('decaCCT', {
|
||||||
|
indexBy: 'dates'
|
||||||
|
});
|
||||||
|
await db4.load();
|
||||||
|
//Flag to save the following data
|
||||||
|
let dates = 1591980300;
|
||||||
|
while (true) {
|
||||||
|
//Get Carbon Credits Data
|
||||||
|
const data = db.get('');
|
||||||
|
//Compare flag and unixtime to add data
|
||||||
|
if (Math.round(new Date().getTime() / 1000) == dates) {
|
||||||
|
dates += 300;
|
||||||
|
//Get data from functions
|
||||||
|
let elemsGeth = await getGethElems(dates);
|
||||||
|
let elemsDECAPrice = await getEth(dates);
|
||||||
|
let ccTotalEth = await getEthSum(data, dates);
|
||||||
|
//checks every 2 minutes to see if the data has already been inserted into the DBs if not
|
||||||
|
setTimeout(function () {
|
||||||
|
const query1 = db2.query((doc) => doc.dates == dates);
|
||||||
|
const query2 = db3.query((doc) => doc.dates == dates);
|
||||||
|
const query3 = db4.query((doc) => doc.dates == dates);
|
||||||
|
if(query1.length > 0){
|
||||||
|
const hash1 = await db2.put(elemsDECAPrice);
|
||||||
|
console.log(hash1);
|
||||||
|
}
|
||||||
|
if(query2.length > 0){
|
||||||
|
const hash2 = await db3.put(elemsGeth);
|
||||||
|
console.log(hash2);
|
||||||
|
}
|
||||||
|
if(query3.length > 0){
|
||||||
|
const hash3 = await db4.put(ccTotalEth);
|
||||||
|
console.log(hash3);
|
||||||
|
}
|
||||||
|
|
||||||
|
}, 20000);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
index();
|
||||||
|
|
||||||
//Function to save data from web3 and contract (ret TotalSupply, Ethereum, Date)
|
//Function to save data from web3 and contract (ret TotalSupply, Ethereum, Date)
|
||||||
const getGethElems = async (dates) => {
|
const getGethElems = async (dates) => {
|
||||||
let ret = {};
|
let ret = {};
|
||||||
var balanceEthereum = await web3.eth.getBalance(process.env.CONTRACTADDRS);
|
var balanceEthereum = await web3.eth.getBalance('0xD60DC0805f44d10cAc6594f1a501c67929448957');
|
||||||
var totalSupply = await decaContract.methods.totalSupply().call();
|
var totalSupply = await decaContract.methods.totalSupply().call();
|
||||||
totalSupply = web3.utils.fromWei(totalSupply, 'ether');
|
totalSupply = web3.utils.fromWei(totalSupply, 'ether');
|
||||||
balanceEthereum = web3.utils.fromWei(balanceEthereum, 'ether');
|
balanceEthereum = web3.utils.fromWei(balanceEthereum, 'ether');
|
||||||
|
@ -41,81 +96,12 @@ const getEthSum = async (elemsCC, dates) => {
|
||||||
let sumCC = 0;
|
let sumCC = 0;
|
||||||
for (let key in elemsCC) {
|
for (let key in elemsCC) {
|
||||||
sum += elemsCC[key]['conversionPrice']['ETH'];
|
sum += elemsCC[key]['conversionPrice']['ETH'];
|
||||||
|
}
|
||||||
|
for (let key in elemsCC) {
|
||||||
sumCC += 1;
|
sumCC += 1;
|
||||||
}
|
}
|
||||||
ret.ccTotal = sumCC;
|
ret.ccTotal = sumCC;
|
||||||
ret.ccTS = sum;
|
ret.ccTS = sum;
|
||||||
ret.dates = dates;
|
ret.dates = dates;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
async function index() {
|
|
||||||
//Open and load orbitdb databases
|
|
||||||
const orbitdb = await OrbitDB.createInstance(node)
|
|
||||||
const db = await orbitdb.docs('/orbitdb/zdpuAykPJ4qtBg2toS2vxr5eaPfGEBJmvGerM7V7x8qn5c8hW/decaCCDB', {
|
|
||||||
indexBy: 'CCID'
|
|
||||||
});
|
|
||||||
await db.load();
|
|
||||||
const db2 = await orbitdb.docs('/orbitdb/zdpuB1E3gfmmo17cFD2LEgxsjLzU9pxyW1q1Wde5TNL5QjiJG/decaPrice', {
|
|
||||||
indexBy: 'dates'
|
|
||||||
});
|
|
||||||
await db2.load();
|
|
||||||
const db3 = await orbitdb.docs('/orbitdb/zdpuB3ND1iK3NvYQx939ErZ2WXCaDoz4Lw3hazFUkdVupstBv/decaGeth', {
|
|
||||||
indexBy: 'dates'
|
|
||||||
});
|
|
||||||
await db3.load();
|
|
||||||
const db4 = await orbitdb.docs('/orbitdb/zdpuB2ZiX2QX8Qwwc1EXxo1y944tG6JcBk5UTLHm9b9Nv3Gna/decaCCTS', {
|
|
||||||
indexBy: 'dates'
|
|
||||||
});
|
|
||||||
await db4.load();
|
|
||||||
const dbm = await MongoClient.connect(url, {
|
|
||||||
useUnifiedTopology: true
|
|
||||||
}).catch(err => {
|
|
||||||
console.log(err);
|
|
||||||
});
|
|
||||||
//Flag to save the following data
|
|
||||||
let dates = 1594230300;
|
|
||||||
while (true) {
|
|
||||||
//Compare flag and unixtime to add data
|
|
||||||
if (Math.round(new Date().getTime() / 1000) == dates) {
|
|
||||||
var dbo = dbm.db(process.env.DBNAME);
|
|
||||||
//Get data from functions
|
|
||||||
const data = db.get('');
|
|
||||||
let elemsGeth = await getGethElems(dates);
|
|
||||||
let elemsDECAPrice = await getEth(dates);
|
|
||||||
let ccTotalEth = await getEthSum(data, dates);
|
|
||||||
//checks every 2 minutes to see if the data has already been inserted into the DBs if not
|
|
||||||
const query1 = db2.query((doc) => doc.dates == dates);
|
|
||||||
const query2 = db3.query((doc) => doc.dates == dates);
|
|
||||||
const query3 = db4.query((doc) => doc.dates == dates);
|
|
||||||
dbo.collection("decaPrice").insertOne(elemsDECAPrice, function (err, res) {
|
|
||||||
if (err) throw err;
|
|
||||||
console.log("Insert decaPrice")
|
|
||||||
});
|
|
||||||
dbo.collection("decaGeth").insertOne(elemsGeth, function (err, res) {
|
|
||||||
if (err) throw err;
|
|
||||||
console.log("Insert decaGeth")
|
|
||||||
});
|
|
||||||
dbo.collection("decaCCTS").insertOne(ccTotalEth, function (err, res) {
|
|
||||||
if (err) throw err;
|
|
||||||
console.log("Insert decaCCTS")
|
|
||||||
});
|
|
||||||
await new Promise(r => setTimeout(r, 180000));
|
|
||||||
if (query1.length > 0) {
|
|
||||||
const hash1 = await db2.put(elemsDECAPrice);
|
|
||||||
console.log(hash1);
|
|
||||||
}
|
|
||||||
if (query2.length > 0) {
|
|
||||||
const hash2 = await db3.put(elemsGeth);
|
|
||||||
console.log(hash2);
|
|
||||||
}
|
|
||||||
if (query3.length > 0) {
|
|
||||||
const hash3 = await db4.put(ccTotalEth);
|
|
||||||
console.log(hash3);
|
|
||||||
}
|
|
||||||
dates += 300;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
index();
|
|
|
@ -1,12 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Deca Graphics Updater
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
WorkingDirectory=/home/nodemaster/decagraphics/
|
|
||||||
ExecStart=/usr/local/bin/node /home/nodemaster/decagraphics/scriptChildNode.js
|
|
||||||
User=nodemaster
|
|
||||||
Restart=always
|
|
||||||
LimitNOFILE=10240
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -1,12 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Deca Graphics Updater
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
WorkingDirectory=/home/nodemaster/decagraphics/
|
|
||||||
ExecStart=/usr/local/bin/node /home/nodemaster/decagraphics/scriptMainNode.js
|
|
||||||
User=nodemaster
|
|
||||||
Restart=always
|
|
||||||
LimitNOFILE=10240
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
Reference in New Issue