As the Relay Service is sometimes flaky, this guide shows how to mint UBI CRC directly by calling the smart contract from Remix IDE.
Step-by-Step UBI Minting
Note: For this to work you have to have xDai (less than $1) loaded in your MetaMask/Nifty wallet and switched to xDai Mainnet
- Get your circles.garden profile address (‘Show Profile’ / browser URL (Circles UBI | Wallet) / address after /profile/)
- Note down the address shown in the URL of your browser, eg. Circles UBI | Wallet it starts with “0x”
- Go to settings and note down the Token address
- Open remix.ethereum.org
- Create new file
ICirclesToken.sol
with content from this gist. - Load contract at address of your CRC Token (make sure xDai Mainnet is active in wallet).
Click image to enlarge
- Call “look()” to see how much UBI you could claim.
- Claim you UBI by calling function “update()”.