Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedrouid/walletconnect-demo-wallet
[DEPRECATED] Please use the WalletConnect Developer App instead!
https://github.com/pedrouid/walletconnect-demo-wallet
Last synced: 13 days ago
JSON representation
[DEPRECATED] Please use the WalletConnect Developer App instead!
- Host: GitHub
- URL: https://github.com/pedrouid/walletconnect-demo-wallet
- Owner: pedrouid
- License: mit
- Created: 2019-01-17T13:49:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T13:57:45.000Z (over 6 years ago)
- Last Synced: 2024-10-28T23:40:42.674Z (2 months ago)
- Language: Objective-C
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Walletconnect Demo Wallet
**DEPRECATED:** Please use the [WalletConnect Developer App](https://github.com/WalletConnect/walletconnect-developer-app) instead!
This repository contains an example with wallet-connect setup.
It uses [rn-nodify](https://github.com/tradle/rn-nodeify) to use node modules and [pods](https://cocoapods.org/) to manage ios libs.### Install
```bash
$ yarn
$ yarn run rnnodify
$ yarn run pod # You may want to install `cocoapods` first
```### Start bundler
```bash
$ yarn start -- --reset-cache
```### Open code in xcode
```bash
$ open ios/WalletconnectApp.xcworkspace # and press run button :)
```