KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
codechain-faucet
★ 16
Open GitHub ↗
CodeChain testnet faucet
Download README (.md)
Explore Similar Repositories
CodeChain
:
Official code for the paper "CodeChain: Towards Modular Code Generation Through Chain of Self-revisions with Representative Sub-modules"
codechain-sdk-js
:
CodeChain JavaScript SDK
codechain-indexer
:
A blockchain data indexing tool for CodeChain
codechain-web-wallet
:
CodeChain Web Wallet
codechain-keystore-cli
:
A command line key management tool for CodeChain
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
codechain-faucet
?
Download (.md)
Faucet site ============ This site gives CCC to a user from a specific CodeChain account. This site request the user to authenticate using twitter. Install -------- Run `yarn install` Run `yarn run build` Config ------ You should set below fields in config/local.json ```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": "" } ``` ### Config your CodeChain account 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 ---- Run `NODE_ENV=production yarn run start`