Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jmrossy/walletconnect-minimal-app

A minimal project to test the smallest a WalletConnect enabled app can be
https://github.com/jmrossy/walletconnect-minimal-app

Last synced: about 1 month ago
JSON representation

A minimal project to test the smallest a WalletConnect enabled app can be

Awesome Lists containing this project

README

        

# walletconnect-test

Empty project.

## Building and running on localhost

First install dependencies:

```sh
npm install
```

To create a production build:

```sh
npm run build-prod
```

To create a development build:

```sh
npm run build-dev
```

## Running

```sh
node dist/bundle.js
```

## Credits

Made with [createapp.dev](https://createapp.dev/)