Please add to the coinpay:
- Add KYC Verification Section with link https://t.me/coinpay_kyc_bot
- Also give user a PIN to identify him later
Please tell about react |
{ | |
"name": "Velas", | |
"engine": { | |
"authorityRound": { | |
"params": { | |
"stepDuration": 5, | |
"blockReward": "0x0", | |
"maximumUncleCountTransition": 0, | |
"maximumUncleCount": 0, | |
"validators": { |
{ | |
"name": "Velas", | |
"engine": { | |
"authorityRound": { | |
"params": { | |
"stepDuration": 5, | |
"blockReward": "0x0", | |
"maximumUncleCountTransition": 0, | |
"maximumUncleCount": 0, | |
"validators": { |
[{"network":{"decimals":8,"txFee":"0.0001","txFeeOptions":{"cheap":"0.00005546","auto":"0.0002"},"txFeeIn":"btc","mask":"1000000000000000000000000000000000","api":{"apiUrl":"https://api.omniwallet.org","apiUrlBtc":"https://insight.bitpay.com","provider":"omni","url":"https://omniexplorer.info","decimal":8},"propertyid":"31","messagePrefix":"\u0018Bitcoin Signed Message:\n","bech32":"bc","bip32":{"public":76067358,"private":76066276},"pubKeyHash":0,"scriptHash":5,"wif":128},"tx":"3f5305ae22992799f3824745548429c0a9f38c151113498afaa66b27a96876c9","amount":"3000.00000000","fee":"0.00023350","time":1578588433,"url":"https://omniexplorer.info/tx/3f5305ae22992799f3824745548429c0a9f38c151113498afaa66b27a96876c9","type":"OUT","token":"usdt"},{"network":{"decimals":8,"txFee":"0.0001","txFeeOptions":{"cheap":"0.00005546","auto":"0.0002"},"txFeeIn":"btc","mask":"1000000000000000000000000000000000","api":{"apiUrl":"https://api.omniwallet.org","apiUrlBtc":"https://insight.bitpay.com","provider":"omni","url":"https://omniex |
#Taking out the trash. | |
printf "Emptying the trash.\n" | |
sudo rm -rfv /Volumes/*/.Trashes > /dev/null 2>&1 | |
sudo rm -rfv ~/.Trash > /dev/null 2>&1 | |
sudo rm -rfv ~/Library/Logs > /dev/null 2>&1 | |
#Clean the logs. | |
printf "Emptying the system log files.\n" | |
sudo rm -rfv /private/var/log/* > /dev/null 2>&1 | |
sudo rm -rfv /Library/Logs/DiagnosticReports/* > /dev/null 2>&1 |
@font-face{font-family:Material-Design-Iconic-Font;src:url() format('woff2'),url(data:application/octet-stream;base64,d09GMgABAAAAAJXwAA4AAAABg4wAAJWQAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cBmAAgkIIBBEICoWZPISVYwE2AiQDmDALjBoABCAFhUEHvQI/d2ViZgZbnzqRQsXFdor7Ckjn2DYtERAP8fIYhbgd2KrffledHWhh4wAGz7dj9v/////nJo0x1m3ABiCqWdVX3z+R7HBUQaukw1iix4A+xdZOO2lo3KLGRoeYQnyE6J5NtB9wQcWpKzqxgZS/OhpWsBooyUpelGd1XEJniNnmFtFNJgKBFAqBSIfzDo9GFOpiVqIVEpVSbWNVTVF1JivtKXCIq4V/cGv3qGjB/XGBF9QKO86mvsCcnU14rng5wnCGj/V98wdevjJFZ68YtGZb+f6h52P/sF6y9jOtlrNQjTHGiDWWsp1X+X7pnHPOuMEo2jOPyzkS3lQqP77l/xXrjX3jP3nNtcK4hRdSMte+/tN+/Y7cubPzVjz975A3olpphEIyi2JRUyLkT4akpeMNiHDbPTA2BuvUYAkGSzA1QzGauvDfq/rVmcZF4QEsgfVJiII0ao3xPlpnknyTZAe22zsSITCw3dg7Ej9Pufl/2ATCOiEJkYCERSD3hk0IKlsGCAQIQoCZsCgCLlgmKrSyqeiMSzUue0IVF6xtrUxs1V+7Qhtqu4tdE7pGu/4+scYu7m2dBgio/x8BQzRnzUo2u9lsshIlgShSNFq8JQTzGFrkIBUjcFCh7QltoT1rqVE16kd71t4/NdHz6p3/X5nz/16zuwW7DpqRQA4zGRxFyO89p4y7u4DZIMb+Ovu/2FRtq87bdZjRIJxmMkIOkBXAKSp08DMbhx86AECAp/9kmvrerqr3Z1SylNqccQql8nHm/wNGko0bmtu02Bbbmu |
/* vietnamese */ | |
@font-face { | |
font-family: 'Muli'; | |
font-style: normal; | |
font-weight: 300; | |
src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v16/7Au_p_0qiz-adZnkOCr2z24PMFk-0g.woff2) format('woff2'); | |
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; | |
} | |
/* latin-ext */ | |
@font-face { |
Please add to the coinpay:
require! { | |
\react | |
} | |
module.exports = ({ store })-> | |
.pug Hello world |
export type = 'coin'; | |
export token = "gbx"; | |
export image = "https://res.cloudinary.com/nixar-work/image/upload/v1548537659/gobyte.png" | |
export usd-info = "url(https://min-api.cryptocompare.com/data/pricemulti?fsyms=GBX&tsyms=USD).GBX.USD" | |
export mainnet = { | |
decimals: 8, | |
txFee: '0.0005', | |
txFeeOptions: { | |
auto: '0.0005', | |
cheap: '0.00000226', |