Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.04 KB

BlazeRing

Blazor WASM App Template for Loopring Wallet Connections.

image

Requirements to build from source yourself

This was made using Visual Studio 2022.

.NET 7.0 must be installed as well.

What is working?

Browser wallet unlock and retrieving Loopring API key

WalletConnect unlock and retrieving Loopring API key

How to Deploy to Azure

Fork this repo and delete the .github/workflows folder

I suggest changing the dappOptions with your own WalletConnect projectId and other details here. You can create a WalletConnect project and get it's projectId here.

Configure a deployment in Azure and point to your forked repo, this will recreate the .github/workflows folder and a new .yml file.

To Do

Better Error Handling

Handle Rejections

Handling disconnects