Skip to content

Commit 41a2b70

Browse files
Version 2.0
1 parent c5b4dc0 commit 41a2b70

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Web-Wallet
22

3-
Decentralized and Distributed Blockchain-Infused Multimedia Streaming Application
3+
Web-Wallet for altcoin daemons.
44

55

66
## Prerequisites:

lib/settings.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ exports.env = "development";
2121
exports.appHost = "localhost";
2222

2323
// The app title, visible in browser window
24-
exports.appTitle = "Web-Wallet";
24+
exports.appTitle = "Altcoin Web-Wallet";
2525

2626
// The app slogan
27-
exports.appSlogan = "Explore the Unexplored!";
27+
exports.appSlogan = "Explore the Altcoin!";
2828

2929
// The app description
30-
exports.appDescription = "Find short videos and documentaries from producers all around the world.";
30+
exports.appDescription = "Altcoin description goes here.";
3131

3232
// The copyright for the footer
3333
exports.copyRight = "Copyright (c) " + moment().utc().format("YYYY") + ", The " + this.appTitle + " developers. All rights reserved.";

settings.json.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"appHost": "localhost",
1515

1616
// The app title, visible in browser window
17-
"appTitle": "Web-Wallet Title",
17+
"appTitle": "Altcoin Web-Wallet",
1818

1919
// The app slogan
20-
"appSlogan": "Explore the Unexplored!",
20+
"appSlogan": "Explore the Altcoin!",
2121

2222
// The app description
23-
"appDescription": "Find short videos and documentaries from producers all around the world.",
23+
"appDescription": "Altcoin description goes here.",
2424

2525
// The copyright for the footer (uncomment to override default)
2626
//"copyRight": "Copyright (c) 2016-2017, The Web-Wallet developers. All rights reserved.",

0 commit comments

Comments
 (0)