Skip to content

Commit 5b3eaf1

Browse files
Update and rename README.mdx to README.md
1 parent 47deaab commit 5b3eaf1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rust/tokens_transfer/README.mdx renamed to rust/tokens_transfer/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
keywords: [intermediate, rust, token transfer]
33
---
44

5-
import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
6-
75
# Token transfer
86

9-
<MarkdownChipRow labels={["Intermediate", "Rust"]} />
7+
[View this sample's code on GitHub](https://github.com/dfinity/examples/tree/master/rust/tokens_transfer)
108

119
## Overview
1210
ICP transfer is a canister that can transfer ICP from its account to other accounts. It is an example of a canister that uses the ledger canister. Sample code is available in [Motoko](https://github.com/dfinity/examples/tree/master/ rust/ledger-transfer) and [Rust](https://github.com/dfinity/examples/tree/master/rust/tokens_transfer).

0 commit comments

Comments
 (0)