Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aliqasemzadeh/easy-keplr-connect


https://github.com/aliqasemzadeh/easy-keplr-connect

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

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