Skip to content

Commit

Permalink
Update build instructions for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BigslimVdub committed Aug 15, 2019
1 parent 7516c77 commit 0a4fc4b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,19 @@ cp /path/to/aeon/binaries/aeond /path/to/AeonLW/bin/
cp /path/to/aeon/binaries/aeon-wallet-rpc /path/to/AeonLW/bin/
cd /path/to/AeonLW
npm install
quasar build -m electron -t mat
npm run build
```
To build on all operating systems run:

```
npm run build-all
```

### NOTE:
For building on the v0.12.9.0 Aeon network, for full functionality you must use 12.9 release daemon and current 12.9 master RPC for seed and wallet restore functions.
If you use the current 12.9 release RPC you will be unable to restore a wallet and unable to restore or import a wallet made on v1.0.0 release on a later AeonLW release.
It is recommended to make a NEW wallet with AeonLW v1.0.0 release.

---

### LICENSE
Expand Down

0 comments on commit 0a4fc4b

Please sign in to comment.