Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmrossy/walletconnect-minimal-app
- Owner: jmrossy
- Created: 2021-04-28T17:52:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T19:09:26.000Z (over 3 years ago)
- Last Synced: 2024-10-29T06:26:14.789Z (3 months ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)