Cycles Redemption

Obtain Cycles via Faucet

Go to https://faucet.dfinity.org/ and follow the instruction provided.

You will receive a message from faucet bot in discord once you accomplished the instruction.

Obtain Cycles via Code Camp Participation

The instructor will provide you a cycles coupon code when you participate on an on-going code camp.

Redeeming Coupon Code

Assuming you already finished the Local Environment Setup, simply run this command to redeem your coupon code:

dfx wallet --network ic redeem-faucet-coupon <coupon>

Replace <coupon> with the coupon code provided to you

After you execute the command above, run this command to check your cycles balance

dfx wallet balance --network ic

Last updated