Skip to content

deosorg/__rsksmart-faucet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build and run locally

  • Install NPM
  • Run $ npm install
  • node rsk-faucet.js
  • Open index.html in a browser

Configuration for deployment to prod/testnet

  • Copy example-config.json to config.json and configure with your data.- rsk-Faucet.js configuration variables on top of file
  • lib/rsk-helper.js configure urlOfFaucetServer
  • index.html: Configure recaptcha site key:
  • put some SBTCs on the faucet address

TODO

  • Error msg show in red
  • Success msg: include amount and address

Releases

No releases published

Packages

No packages published

Languages

  • CSS 93.2%
  • JavaScript 4.3%
  • HTML 2.5%