Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvin-1013/wallet-deep-link
https://github.com/kelvin-1013/wallet-deep-link
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kelvin-1013/wallet-deep-link
- Owner: Kelvin-1013
- Created: 2024-08-09T20:43:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T20:47:05.000Z (3 months ago)
- Last Synced: 2024-08-20T01:14:30.737Z (3 months ago)
- Language: TypeScript
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deep linking API demo application
This repo contains a demo application written with React Native that showcases Phantom's deep linking API.[API Documentation](https://docs.phantom.app/integrating/deeplinks)
## Getting started
```sh
# install dependencies
$ yarn
# start metro bundler
$ yarn start
```