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)
18 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
This post was flagged by the community and is temporarily hidden.
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.