Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down Expand Up @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down