pyd
May 28, 2022, 4:54am
1
We recently build an IC explorer where users can find some useful data:
subnet data: living canisters, nodes, providers
Canister data: some basic info, call(using plug or stoic wallet) and query canister,
Neurons: neurons info (ps: we can not get some neurons’ id, so we display this kind of neurons id as unknown)
principals: canisters and neurons controlled by a principal
ledger info: accounts and transactions
Simple Roadmap:
v0.1.0: basic IC info (early April)
v0.2.0: basic NFT in IC info (early June)
v0.3.0: basic Defi in IC info (early Aug)
20 Likes
dark mode plz, I don’t go outside anymore.
2 Likes
pyd
June 3, 2022, 7:53am
5
we get this kind of neuron from the interface "get_neuron_info_by_id_or_subaccount
" with subaccount but the “ID” of response is empty
This is awesome, looking forward to more features and
rckprtr:
dark mode plz
pyd
June 4, 2022, 5:07am
8
Now users can call canisters using infinity swap and internet identity.
4 Likes
Right, but why is the ID of the response empty?
pyd
June 20, 2022, 11:04am
10
We have released ICSCAN v0.2.0 . The updates include the completion of IC data and the addition of NFT information.
IC update
For dissolving neurons, we added a Suspended state, where the age of the suspended dissolving neuron will restart the calculation, which is not shown in the dashboard
The Account & Transaction List adds charts of changes over time in relation to transactions and accounts.
The Account Detail section adds the ICP-related chart for the Account.
Add NFT info
overview info of NFT in IC
general info
collection list
top sale info
collection detail
analysis
NFT list
holder list
transaction list
NFT detail
Account
NFTs held by a given holder
NFT txs related to a given holder
2 Likes
My team heavily uses ICSCAN, keep up the great work. One possible ask is if we could get the .did file in Rust.
pyd
July 4, 2022, 9:30am
12
we use the interface “__get_candid_interface_tmp_hack”, if the canister writen by motoko.
ICScan is such an amazing project! Keep up the good work!
Zane
July 4, 2022, 11:03am
14
Out of curiosity whats your dev environment like? How do you query the NNS canister?
pyd
July 5, 2022, 8:32am
15
We developed a go-agent called IC-GO and query nns canister using IC-GO
Zane
July 5, 2022, 11:01am
16
Do you interact with the main net governance canister while developing or have you compiled a local version?
pyd
July 5, 2022, 11:13am
17
Interact with main network directly
Zane
July 5, 2022, 11:55am
18
But to do that don’t you have to run the canisters on mainnet? Aren’t all the redeploys expensive?
pyd
July 6, 2022, 3:30am
19
we only need to call the interface provided by canisters
Where do you get the neuron data from?
I.e., the amount of ICP in staking and the dissolve delay?
Do you use the API from the official DFINITY dashboard or is there any way to get this data directly on-chain?
Thank you.
Matiki
October 28, 2024, 12:19pm
21
icscan.io looks unaccessible