From 0b03a21bfbcab066e7d2fae62855edfa6d1a68c0 Mon Sep 17 00:00:00 2001 From: Thomas Butler Date: Tue, 23 Jul 2024 20:07:35 -0500 Subject: [PATCH] intro page and move resources to its own section: --- docs/src/README.md | 6 +++--- docs/src/resources/README.md | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 docs/src/resources/README.md diff --git a/docs/src/README.md b/docs/src/README.md index 600a26e7..9d210973 100644 --- a/docs/src/README.md +++ b/docs/src/README.md @@ -1,7 +1,7 @@ # Introduction to Starknet Phone -WIP +The Starknet Phone project aims to drastically increase mobile UX by incorporating a light client directly into the OS. + +If you are interested in contributing check out [getting started](./getting-started/README.md). -## GrapheneOS -[GrapheneOS Docs](https://grapheneos.org/build#build-dependencies) diff --git a/docs/src/resources/README.md b/docs/src/resources/README.md new file mode 100644 index 00000000..7d360d6d --- /dev/null +++ b/docs/src/resources/README.md @@ -0,0 +1,18 @@ + +## Resources + + +### Ethereum Phone + +[Ethereum Phone platform manifest](https://github.com/EthereumPhone/platform_manifest) + +[wallet sdk](https://github.com/EthereumPhone/WalletSDK) + +[light node app](https://github.com/EthereumPhone/lightnodeapp) + + +### GrapheneOS + +[GrapheneOS Docs](https://grapheneos.org/build#build-dependencies) + +[building graphene os](https://grapheneos.org/build)