Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SPL Token Faucet

wentbroke
March 01, 2021
740

SPL Token Faucet

Solana DeFi Hackathon

wentbroke

March 01, 2021
Tweet

Transcript

  1. SPL Token Faucet With SPL Token Faucet, developers are now

    able to try DeFi products on Solana testnet much easier.
  2. Usage Open a faucet $ spl-faucet open <your token account>

    <amount you would like to put> <amount one will take each time> This command opens a faucet with your funds, and gives us its faucet address.
  3. Usage Take token from a faucet $ spl-faucet take <faucet

    address> <your token account> This command make the faucet send you a token. qty is specified by who opened the faucet, as described above.
  4. Usage Close a faucet $ spl-faucet close <faucet address> <your

    token account> This command will close the faucet you opened, and sends you back its funds.
  5. Conclusion SPL Token Faucet is currently running on devnet. https://explorer.solana.com/address/BiXcrzmpiCuesk4mPhNQLKEKux3qCoUrEgsNgL

    D8hk3k?cluster=devnet Developing smart contracts with Rust was much fun experience than Solidity :)