Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Testnet faucets

Anxo Rodriguez edited this page Jul 30, 2020 · 3 revisions

Test faucets allow to get some tokens for using them in a testnet.

Gnosis Protocol is deployed and fully functional in Rinkeby testnet.

Ether

Get some test ether in https://faucet.rinkeby.io/

Wrapped Ether

Tether

  • https://tether.to
  • Fiat enabled collateralized stable coin, that is backed by the most popular fiat currency, USD (US Dollar) in a 1:1 ratio
  • Rinkeby faucet: contract created with Team's shared account 0xf85D1a0E1b71e72013Db51139f285C6d5356B712. Use it to mint new tokens

TrueUSD

USD Coin

Paxos Standard (PAX)

  • https://www.paxos.com/standard
  • regulated stable coin. PAX is backed by US Dollar in equivalent 1:1.
  • launched by Paxos Trust Company
  • approved by the New York State Department of Financial Services
  • Rinkeby faucet: contract created with Team's shared account 0xf85D1a0E1b71e72013Db51139f285C6d5356B712. Use it to mint new tokens

Gemini dollar

  • https://gemini.com/dollar/

  • regulated by the New York State Department of Financial Services

  • launched same day as PAX by Gemini Trust Company. backed by USD

  • Rinkeby faucet: contract created with Team's shared account 0xf85D1a0E1b71e72013Db51139f285C6d5356B712. Use it to mint new tokens.

    Deployed contracts:

    • ERC20Store: 0xa0B87D97782E6767Eb6862208bc9c1283b8d79f6
    • ERC20Impl: 0x8d54C3af182A5ef4f74e7eCC07aB6182153797bB
    • ERC20Proxy (main interface): 0x784B46A4331f5c7C495F296AE700652265ab2fC6

    To mint new tokens:

    1. Using the owner account, go to ERC20Impl contract and call requestPrint(address, amount)
    2. Check the emitted event. The first value is the lockId. For example, in this tx the lockId is ca4a9764f828ab76b617b6fa16499106bb0e630bbd0ae28480cb8d505ba6e0ab.
    3. On same contract, use the lockId returned from previous call and execute confirmPrint(lockId). Remember to prefix the string with 0x: 0xca4a9764f828ab76b617b6fa16499106bb0e630bbd0ae28480cb8d505ba6e0ab

MakerDAO (DAI)