mirror of
https://github.com/transatoshi-mw/grin-web-wallet.git
synced 2025-10-07 08:12:48 +00:00
Compare commits
1 Commits
grin-web-w
...
grin-web-w
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1c9c00169f |
16
README.md
16
README.md
@@ -1,18 +1,4 @@
|
|||||||
# MWC Wallet Standalone
|
# MWC Wallet Standalone
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
Standalone version of the MimbleWimble Coin web wallet, [mwcwallet.com](https://mwcwallet.com), that consists of just a single HTML file.
|
The forked Grin web wallet, that consists of just a single HTML file.
|
||||||
|
|
||||||
### Building
|
|
||||||
Run the following command to install the dependencies required to build this.
|
|
||||||
```
|
|
||||||
sudo apt install php php-intl php-mbstring openssl unzip wget grep sed coreutils
|
|
||||||
```
|
|
||||||
Then run the following commands to build this.
|
|
||||||
```
|
|
||||||
wget "https://github.com/NicolasFlamel1/MWC-Wallet-Standalone/archive/refs/heads/master.zip"
|
|
||||||
unzip "./master"
|
|
||||||
cd "./MWC-Wallet-Standalone-master"
|
|
||||||
"./build.sh"
|
|
||||||
```
|
|
||||||
This will create the HTML file, `MWC-Wallet-Standalone-master/MWC Wallet Standalone.html`.
|
|
||||||
|
Reference in New Issue
Block a user