Skip to content

Commit 90a6fa2

Browse files
committed
chore(demo): refactor demo module structure and enhance functionality with new demo accounts and transactions
1 parent f185259 commit 90a6fa2

File tree

11 files changed

+2482
-2019
lines changed

11 files changed

+2482
-2019
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ yarn serve
1212

1313
If you need to interact with a real account and data, then you will also need to run the [Nimiq Hub](https://github.com/nimiq/hub#contribute) and [Nimiq Keyguard](https://github.com/nimiq/keyguard/#development) in development, too.
1414

15-
Otherwise, you can activate demo mode by appending `?demo` to the URL: `http://localhost:8081/?demo`.
15+
For demo mode with simulated accounts and transactions, use:
16+
```
17+
yarn serve:demo
18+
```
19+
1620
### Compiles and minifies for production
1721
```
1822
yarn build

0 commit comments

Comments
 (0)