From 1e97272d6f35139d111fe8979d1e5857d866cb4b Mon Sep 17 00:00:00 2001 From: William Katz Date: Mon, 3 May 2021 23:08:58 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ddfdb60..c5b9cce 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,6 @@ the currency model most Minecraft Servers adopt if any, is resource based, usual CCash solves these issues and adds a level of abstraction, the main philosophy of CCash is to have fast core operations that other services build on -### Demo - -[Frontend](https://ccash.herokuapp.com/) - -[Backend](https://ccash.ryzerth.com/BankF/help) - ### Build drogon depedencies ``` @@ -48,6 +42,7 @@ Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows ( Implemented: - [Web Frontend](https://github.com/Expand-sys/ccashfrontend) +![image](https://user-images.githubusercontent.com/31377881/116965729-4ab44500-ac63-11eb-9f11-dc04be6b3d63.png) - [CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) - [CC Frontend](https://github.com/Reactified/rpm/blob/main/packages/ccash-wallet/wallet.lua)