Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd committed Feb 1, 2024
1 parent 6d0596f commit 6e74bb4
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ Comimg Soon:
g. [Settle a Contract](#settle-a-contract)
3. [Development & Testing](#development--testing)
a. [Running the Main Demo](#running-the-main-demo)
b. [Using the Client API Demos](#using-the-client-api-demos)
c. [Using the CVM Eval Tool](#using-the-cvm-evaluation-tool)
d. [Using the Test Suite](#using-the-test-suite)
e. [OpenAPI Specification](#openapi-specification)
b. [Running in Replit](#running-in-replit)
c. [Using the Client API Demos](#using-the-client-api-demos)
d. [Using the CVM Eval Tool](#using-the-cvm-evaluation-tool)
e. [Using the Test Suite](#using-the-test-suite)
f. [OpenAPI Specification](#openapi-specification)
4. [Questions & Issues](#questions--issues)
5. [Contribution](#contribution)
6. [Resources](#resources)
Expand Down Expand Up @@ -636,7 +637,17 @@ No wallet or software required[*]. Simply follow the interactive prompts, and en

> The mutiny chain is the fastest of the three demos, with 30 second blocks.
> [*] Testnet faucet is currently broke. You may need your own testnet coins.
> [*] Testnet faucet is currently broke. You may need your own testnet coins.
### Running in Replit

There is a replit clone of this repo that you can run in the browser:

[https://replit.com/escrow-core](https://replit.com/@cscottdev/escrow-core)

Clicking `Run` at the top of the replit should run the demo.

Feel free to fork the replit and try out the developer tools!

### Using the Client API Demos

Expand Down

0 comments on commit 6e74bb4

Please sign in to comment.