From 6cead841e7e82e38a9940e8aabd6af7c65b51b01 Mon Sep 17 00:00:00 2001 From: Orange Studio Date: Mon, 18 May 2026 12:03:05 +0800 Subject: [PATCH] Update wallet repository metadata --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b4f391..bea83c0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Bitgesell Wallet ## About -[Bitgesell](https://bitgesell.ca) Wallet - official сross-platform thin HD wallet for BGL cryptocurrency. +[Bitgesell](https://bitgesell.ca) Wallet - official cross-platform thin HD wallet for BGL cryptocurrency. This is a modern serverless thin HD wallet. All work between the app and the blockchain (Node) conducts directly! @@ -38,7 +38,7 @@ It also has a desktop version (desktop-app) for Linux, macOS, Windows and a mobi ------------ ## Technical advantages -- Use Bitgesell JavaScript library [“jsbgl”](https://github.com/bitaps-com/jsbgl). +- Use Bitgesell JavaScript library [jsbgl](https://github.com/bitaps-com/jsbgl). - It is written without using JS frontend frameworks (React, Vue.JS, etc.), which is why it has a very simple and clear codebase and code architecture. - Not used by third-party API. Used only [Node RPC](https://rpc.bglwallet.io) and [Explorer API](https://bgl.bitaps.com). diff --git a/package.json b/package.json index 5bc89e4..b56ec9c 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "version": "0.9.5", "description": "Bitgesell Wallet JS", "homepage": "https://app.bglwallet.io", - "bugs": "https://github.com/epexa/bitgesell-wallet/issues", + "bugs": "https://github.com/BitgesellOfficial/bitgesell-wallet/issues", "license": "Proprietary", "author": "epexa", "main": "local-server.js", - "repository": "epexa/bitgesell-wallet", + "repository": "BitgesellOfficial/bitgesell-wallet", "config": { "IP": "127.0.0.1", "PORT": "80",