Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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 :)
```