Initial commit

This commit is contained in:
donovan6000
2022-12-26 05:23:45 -08:00
commit fe57d3dffe
4 changed files with 333 additions and 0 deletions

14
README.md Executable file
View File

@@ -0,0 +1,14 @@
# MWC Wallet Standalone
### Description
Standalone version of the MimbleWimble Coin web wallet, [mwcwallet.com](https://mwcwallet.com), that consists of just a single HTML file.
### Building
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.html`.