Skip to content

Instantly share code, notes, and snippets.

View samlinux's full-sized avatar

samlinux samlinux

View GitHub Profile
@samlinux
samlinux / IC41
Created April 20, 2022 13:53
Internet Computer Identity - a Journey of Discovery
dfx wallet --network ic custodians
@samlinux
samlinux / IC40
Created April 20, 2022 13:53
Internet Computer Identity - a Journey of Discovery
dfx wallet --network ic controllers
@samlinux
samlinux / IC39
Created April 20, 2022 13:51
Internet Computer Identity - a Journey of Discovery
dfx canister --network ic call xxxxx-xxxxx-xxxxx-aaafq-cai wallet_balance
> (record { 3_573_748_184 = 5_766_188_694_297 : nat64 })
@samlinux
samlinux / IC38
Created April 20, 2022 13:50
Internet Computer Identity - a Journey of Discovery
dfx wallet --network ic balance
> 5768194588736 cycles
@samlinux
samlinux / IC37
Created April 20, 2022 13:49
Internet Computer Identity - a Journey of Discovery
cat $HOME/.config/dfx/identity/default/wallets.json
@samlinux
samlinux / IC36
Created April 20, 2022 13:48
Internet Computer Identity - a Journey of Discovery
# IC mainnet
dfx identity --network ic get-wallet
> xxxxx-xxxxx-xxxxx-aaafq-cai
@samlinux
samlinux / IC35
Created April 20, 2022 13:43
Internet Computer Identity - a Journey of Discovery
dfx ledger account-id
@samlinux
samlinux / IC34
Created April 20, 2022 13:42
Internet Computer Identity - a Journey of Discovery
dfx identity get-principal
@samlinux
samlinux / IC33
Created April 20, 2022 13:41
Internet Computer Identity - a Journey of Discovery
dfx identity use [identity]
@samlinux
samlinux / IC32
Created April 20, 2022 13:40
Internet Computer Identity - a Journey of Discovery
dfx identity list