forked from leedex-chain/leedex-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from maxirmx/setup-3
kreel second attempt
- Loading branch information
Showing
14 changed files
with
72 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
export default { | ||
MAIN_NET: | ||
"7fcf452d6bb058949cdc875b13c8908c8f54b0f264c39faf8152b682af0740ee", | ||
"ac18b51afd7362084b476eb8bcefe706bccd3e71238a486013ca8352ecd0e068", | ||
TEST_NET: "39f5e2ede1f8bc1a3a54a7914414e3779e33193f1f5693510e73cb7a87617447" | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "kreel-ui", | ||
"version": "0.0.2", | ||
"description": "Web wallet interface for Kazakhstan Recylabes Exchange EcoLom.", | ||
"homepage": "https://github.com/ecolom-kz/kreel-ui", | ||
"version": "0.0.3", | ||
"description": "Web wallet interface for the kreel financial blockchain.", | ||
"homepage": "https://github.com/maxirmx/kreel-ui", | ||
"author": "maxirmx <[email protected]>", | ||
"contributors": [ | ||
"maxirmx <[email protected]>" | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/ecolom-kz/kreel-ui" | ||
"url": "git://github.com/maxirmx/kreel-ui" | ||
}, | ||
"main": "build/electron/index.js", | ||
"scripts": { | ||
|
@@ -86,8 +86,8 @@ | |
}, | ||
"browsersList": "electron 1.7", | ||
"build": { | ||
"productName": "Kazakhstan Recyclables Exchange EcoLom", | ||
"appId": "kz.ecolom", | ||
"productName": "kreel", | ||
"appId": "net.kreel", | ||
"files": [ | ||
"build/electron", | ||
"!node_modules" | ||
|
@@ -131,7 +131,7 @@ | |
"AppImage", | ||
"snap" | ||
], | ||
"synopsis": "ecolom.kz: Decentralized Recyclables Exchange" | ||
"synopsis": "kreel: Cryptocurrency and Decentralized Exchange" | ||
}, | ||
"directories": { | ||
"buildResources": "resources", | ||
|
@@ -145,6 +145,7 @@ | |
"bignumber.js": "^9.0.1", | ||
"bitshares-report": "https://github.com/graphene-blockchain/graphene-report.git", | ||
"bitshares-ui-style-guide": "https://github.com/graphene-blockchain/graphene-ui-style-guide.git", | ||
"kreeljs": "0.0.2", | ||
"browser-locale": "^1.0.3", | ||
"classnames": "^2.2.1", | ||
"constants-browserify": "^1.0.0", | ||
|
@@ -169,7 +170,6 @@ | |
"jsonschema": "^1.2.4", | ||
"jspdf": "^2.3.1", | ||
"jspdf-autotable": "^3.1.1", | ||
"kreeljs": "0.0.1", | ||
"lodash-es": "^4.17.10", | ||
"lzma": "2.1.6", | ||
"moment": "^2.29.2", | ||
|
Oops, something went wrong.