RSK Token Faucet
Get testing funds of your favorite RSK tokens
Features
@rsksmart/rsk-token-faucet-contract
to allow users to fetch only once a day@rsksmart/rlogin
to let the users login with their preferred wallet@rsksmart/rsk-testnet-token-metadata
to list all RSK ERC20 tokens@rsksmart/rif-material-ui
for the look and feel
Run for development
Install dependencies:
yarn
Test:
yarn test
Lint:
yarn lint
Branching model
main
has latest release. Merge intomain
will deploy to npm. Do merge commits.- Use branches pointing to
main
to add new PRs. - Do external PRs against latest commit in
main
.