Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliqasemzadeh/easy-keplr-connect
https://github.com/aliqasemzadeh/easy-keplr-connect
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aliqasemzadeh/easy-keplr-connect
- Owner: aliqasemzadeh
- Created: 2022-01-01T09:33:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T04:31:33.000Z (almost 3 years ago)
- Last Synced: 2024-08-12T12:10:04.248Z (4 months ago)
- Language: JavaScript
- Size: 1.01 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Easy Kelpr Transaction - Osmosis Laravel Mix Transaction Example. (Uncategorized / Uncategorized)
README
# Use Laravel Mix for Keplr Wallet
![](splash.png)
In this package I use laravel-mix to build source code of Keplr Wallet.
This package is example of: [keplr-example](https://github.com/chainapsis/keplr-example) but building with laravel-mix.Install dependencies
```
npm install```
Build Application
```
npm run build
```Run Application
```
npm run dev
```