Skip to content

Commit 9ea9e61

Browse files
authored
Merge pull request #1114 from dfinity/severin/rm-readme-pictures
chore: rm big images from readmes
2 parents 8426a74 + 6cca86f commit 9ea9e61

File tree

32 files changed

+0
-32
lines changed

32 files changed

+0
-32
lines changed

hosting/my_crypto_blog/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# My crypto blog
22

3-
![My Crypto Blog](my_crypto_blog.png)
4-
53
This frontend-only asset canister allows you to serve static files without a backend canister.
64
Asset canisters can be used to serve static frontend files, such as HTML, CSS, and JavaScript files, to users through a web browser.
75

-2.92 MB
Binary file not shown.

motoko/daily_planner/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Daily planner
22

3-
![Daily planner](daily_planner.png)
4-
53
## Project structure
64

75
The `/backend` folder contains the Motoko canister, `app.mo`. The `/frontend` folder contains web assets for the application's user interface. The user interface is written using the React framework. Edit the `mops.toml` file to add [Motoko dependencies](https://mops.one/) to the project.
-702 KB
Binary file not shown.

motoko/evm_block_explorer/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# EVM block explorer
22

3-
![EVM Block Explorer](evm_block_explorer.png)
4-
53
The EVM Block Explorer example demonstrates how an ICP smart contract can obtain information directly from other blockchain networks. Using HTTPS outcalls, smart contracts on ICP can interact with other networks without needing to go through a third-party service such as a bridge or an oracle. Supported interactions with other chains include querying network data, signing transactions, and submitting transactions directly to other networks.
64
In this example, you'll also see how to sign transactions with canister ECDSA or Schnorr signatures.
75

-741 KB
Binary file not shown.

motoko/filevault/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# FileVault
22

3-
![FileVault](filevault.png)
4-
53
FileVault is a file storage application that allows you to upload files from your local computer and store them onchain. FileVault uses Internet Identity (II) for user login and authentication. Once files are uploaded, they can be downloaded at a later time, or they can be deleted.
64

75
This application's logic is written in [Motoko](https://internetcomputer.org/docs/motoko/main/getting-started/motoko-introduction), a programming language designed specifically for developing canisters on ICP.

motoko/filevault/filevault.png

-464 KB
Binary file not shown.

motoko/flying_ninja/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Flying Ninja
22

3-
![Flying ninja!](flying_ninja.png)
4-
53
Flying Ninja is a 2D side-scroller game where players interact with the flying ninja character using their keyboard's space bar to move up and down. The goal is to avoid the obstacles and obtain points for each obstacle you dodge. When the game ends, the user can add their score to the leaderboard.
64

75
The game's logic is written in [Motoko](https://internetcomputer.org/docs/motoko/main/getting-started/motoko-introduction), a programming language designed specifically for developing canisters on ICP.
-3.96 MB
Binary file not shown.

0 commit comments

Comments
 (0)