Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviate-labs/icp-canister.poc
A canister that holds ICP
https://github.com/aviate-labs/icp-canister.poc
Last synced: 3 months ago
JSON representation
A canister that holds ICP
- Host: GitHub
- URL: https://github.com/aviate-labs/icp-canister.poc
- Owner: aviate-labs
- License: apache-2.0
- Created: 2021-11-26T11:23:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T19:35:53.000Z (almost 3 years ago)
- Last Synced: 2024-07-28T10:11:46.572Z (4 months ago)
- Language: Motoko
- Homepage:
- Size: 13.7 KB
- Stars: 24
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-icp - aviate-labs/icp-canister
README
# ICP in Canisters
> Principal: pquf5-oaaaa-aaaag-aaala-cai \\
> AccountId: 19a1c33a7a05232b39d9456e0ceda448e186ad467bc807025f4495665af5c846You can test it yourself with `dfx`:
```
dfx canister --network=ic call pquf5-oaaaa-aaaag-aaala-cai balance
```## Test Transactions
- `to` : [1_460_922](https://dashboard.internetcomputer.org/transaction/9a4e215a4328661ed72287bb65faa8b48efde008903b4b8b6d4706d46fed9765).
- `from`: [1_460_998](https://dashboard.internetcomputer.org/transaction/5f5a6c580998db9b2c4a20317ec38ea9e242a41c0ef2d9883c799b4fad6becdf).## Check Latest Block Index
```shell
dfx canister --network=ic --no-wallet call pquf5-oaaaa-aaaag-aaala-cai tipOfChainDetails
```