Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desoul-labs/lens-xmtp-push-expo-typescript-template
An Expo template for building Web3 social apps integrated with Lens Protocol, XMTP, and Push Protocol(EPNS)
https://github.com/desoul-labs/lens-xmtp-push-expo-typescript-template
epns ethereum ethereum-dapp ethersjs expo lens-protocol native-dapp push-protocol react-native social-network template web3 xmtp
Last synced: 3 months ago
JSON representation
An Expo template for building Web3 social apps integrated with Lens Protocol, XMTP, and Push Protocol(EPNS)
- Host: GitHub
- URL: https://github.com/desoul-labs/lens-xmtp-push-expo-typescript-template
- Owner: desoul-labs
- License: mit
- Archived: true
- Created: 2023-02-20T20:25:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T21:41:09.000Z (about 1 year ago)
- Last Synced: 2024-05-16T07:32:34.187Z (6 months ago)
- Topics: epns, ethereum, ethereum-dapp, ethersjs, expo, lens-protocol, native-dapp, push-protocol, react-native, social-network, template, web3, xmtp
- Language: TypeScript
- Homepage:
- Size: 888 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lens-protocol - lens-xmtp-push-expo-typescript-template - An Expo template for building Web3 social apps integrated with Lens Protocol, XMTP, and Push Protocol(EPNS) (Development / Starter Kits)
README
# lens-xmtp-push-expo-typescript-template
![GitHub License](https://img.shields.io/github/license/desoul-labs/lens-xmtp-push-expo-typescript-template)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdesoul-labs%2Flens-xmtp-push-expo-typescript-template.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdesoul-labs%2Flens-xmtp-push-expo-typescript-template?ref=badge_shield)This is a template for building Web3 social apps integrated with [Lens Protocol](https://lens.xyz), [XMTP](https://xmtp.org), and [Push Protocol(EPNS)](https://push.org). It is built with [Expo](https://expo.io) and [TypeScript](https://www.typescriptlang.org/).
## Getting Started
1. Clone this repository
2. Install dependencies
```bash
pnpm install
```3. Start the Expo development server
```bash
pnpm start
```4. Open the project in the Expo app on your phone or in an emulator
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdesoul-labs%2Flens-xmtp-push-expo-typescript-template.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdesoul-labs%2Flens-xmtp-push-expo-typescript-template?ref=badge_large)