We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2388ae8 + 4803a07 commit f51c689Copy full SHA for f51c689
2 files changed
.github/CODEOWNERS
@@ -75,6 +75,7 @@
75
/rust/periodic_tasks/ @dfinity/team-dsm
76
/rust/qrcode/ @dfinity/team-dsm
77
/rust/query_stats/ @dfinity/consensus
78
+/rust/receiving-icp/ @dfinity/defi-team
79
/rust/send_http_get/ @dfinity/growth
80
/rust/send_http_post/ @dfinity/growth
81
/rust/simd/ @dfinity/team-dsm
rust/receiving-icp/README.md
@@ -0,0 +1,5 @@
1
+# Receiving ICP
2
+
3
+A canister demonstrating how to receive ICP tokens by generating account identifiers and checking balances on the ICP ledger.
4
5
+This canister can be deployed on [ICP Ninja](https://icp.ninja/projects/receive-icp) for quick testing and demonstration.
0 commit comments