-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cmd
committed
Jan 25, 2024
1 parent
71a5277
commit ea54990
Showing
2 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Protocol Demo | ||
|
||
To view the demo, simply clone this repository, then run the following commands: | ||
|
||
```sh | ||
npm install # Install all package dependencies. | ||
npm run demo {chain} # Run the demo using the selected chain. | ||
``` | ||
|
||
> Note: The current chains available are `mutiny`, `signet`, and `testnet`. The default chain is `mutiny`. | ||
The demo will execute step-by-step, and print the communication between client and server to the console. | ||
|
||
At certain points, the demo will pause and wait for transactions to confirm on the blockchain. Depending on the chain you select, this could take some time! | ||
|
||
If you have any issues with the demo, please submit an issue ticket and let us know! |