This site gives CCC to a user from a specific CodeChain account. This site request the user to authenticate using twitter.
Run yarn install
Run yarn run build
You should set below fields in config/local.json
{
"codechainURL": "http://127.0.0.1:8080",
"twitterConsumerKey": "",
"twitterConsumerSecret": "",
"marketingText": "I love CodeChain",
"recaptchaSiteKey": "",
"recaptchaSecret": "",
"blockExplorerURL": "http://127.0.0.1:3000",
"faucetCodeChainAddress": "",
"faucetCodeChainPasspharase": ""
}
To run this site, you need CodeChain platform address with sufficient CCC. Set faucetCodeChainAddress
to your CodeChain platform address, and then set faucetCodeChainPasspharase
to the passphrase you used when creating the faucetCodeChainAddress
.
Run NODE_ENV=production yarn run start