Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fudgebucket27 committed Aug 30, 2023
2 parents 354b753 + cdbe5e5 commit 9c84304
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# BlazeRing
Blazor WASM App Template for Loopring Wallet Connections

![image](https://github.com/fudgebucket27/BlazeRing/assets/5258063/5a3b9528-4611-483e-a5b6-120524e39d95)
Blazor WASM App Template for Loopring Wallet Connections. Live Demo can be found at https://blazering.xyz

![image](https://github.com/fudgebucket27/BlazeRing/assets/5258063/e4c5413e-d293-4642-a6d1-c1a1acb9de64)

# Requirements to build from source yourself
This was made using Visual Studio 2022.
Expand All @@ -11,12 +10,15 @@ This was made using Visual Studio 2022.

# 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

Configure a deployment in Azure and point to your fork repo, this will recreate the .github/workflows folder and a new .yml file.
I suggest changing the dappOptions with your own WalletConnect projectId and other details [here](https://github.com/fudgebucket27/BlazeRing/blob/f9666e8c2f527e99e0a76fdf7a0a730b2d4ef829/BlazeRing/Client/Shared/WalletConnect.razor#L57-L68). You can create a WalletConnect project and get it's projectId [here](https://cloud.walletconnect.com/).

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
Expand Down

0 comments on commit 9c84304

Please sign in to comment.