Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.26 KB

SingularityNET Token Faucet

How to receive ASI(FET) or RJV tokens in testnet?

Connect your wallet to the test network and get 50+ ASI(FET) or RJV tokens

You can request >50 ASI(FET) or >50 RJV tokens every 1 hour or other time period.




Faucet tokens contract for Sepolia testnet

Development instructions

  • Install Node.js and npm
  • npm install to get dependencies
  • npm start to serve the application locally and watch source files for modifications

Deployment instructions

  • npm run deploy; the target S3 Bucket for the deployment and its region are specified in a config.json file in the project root

Additional commands

  • npm run build to build the application to the dist directory
  • npm run clean to empty the dist directory