Skip to content

Commit 375acea

Browse files
authored
Merge pull request #1119 from kuldar/patch-1
Remove broken links to missing examples
2 parents 3474707 + b5a96ed commit 375acea

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

motoko/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,14 @@ These examples show the Motoko language as a backend language for the IC, operat
66

77
### Basic
88

9-
- [`actor_reference`](https://github.com/dfinity/examples/tree/master/motoko/actor_reference) -- IC management canister as an actor (reference).
109
- [`counter`](https://github.com/dfinity/examples/tree/master/motoko/counter) -- basic (stable) variable demo.
11-
- [`echo`](https://github.com/dfinity/examples/tree/master/motoko/echo) -- basic query function demo.
12-
- [`factorial`](https://github.com/dfinity/examples/tree/master/motoko/factorial) -- basic factorial demo.
13-
- [`hello-world`](https://github.com/dfinity/examples/tree/master/motoko/hello-world) -- basic hello world demo.
1410
- [`hello_cycles`](https://github.com/dfinity/examples/tree/master/motoko/hello_cycles) -- basic cycles demo.
15-
- [`persistent-storage`](https://github.com/dfinity/examples/tree/master/motoko/persistent-storage) -- basic stable var demo.
1611
- [`whoami`](https://github.com/dfinity/examples/tree/master/motoko/whoami) -- basic caller identification demo.
1712

1813
### Intermediate
1914

2015
- [`classes`](https://github.com/dfinity/examples/tree/master/motoko/classes) -- dynamic actor (class) instantiation.
2116
- [`pub-sub`](https://github.com/dfinity/examples/tree/master/motoko/pub-sub) -- multiple canisters, with publisher-subscriber inter-canister calls.
22-
- [`quicksort`](https://github.com/dfinity/examples/tree/master/motoko/quicksort) -- sorting an array, via Quick Sort, in Motoko.
23-
- [`simple-to-do`](https://github.com/dfinity/examples/tree/master/motoko/simple-to-do) -- CRUD-like demo service, sans a front end; see also: `phone-book` and `superheroes`.
24-
- [`calc`](https://github.com/dfinity/examples/tree/master/motoko/calc) -- more advanced version of `counter` demo.
2517
- [`icrc2-swap`](https://github.com/dfinity/examples/tree/master/motoko/icrc2-swap) -- deposit, swap, and withdraw two ICRC-2 tokens.
2618

2719
## Minimal front end.
@@ -38,7 +30,6 @@ These examples use a minimal front end component.
3830
These examples use a "conventional" front end component (via `React.Component`).
3931

4032
- [`life`](https://github.com/dfinity/examples/tree/master/motoko/life) -- demonstrates upgrades among three versions and stable state migration.
41-
- [`phone-book`](https://github.com/dfinity/examples/tree/master/motoko/phone-book) -- CRUD-like demo service.
4233
- [`superheroes`](https://github.com/dfinity/examples/tree/master/motoko/superheroes) -- CRUD-like demo service.
4334

4435
## Security Considerations and Security Best Practices

0 commit comments

Comments
 (0)