Skip to content

Commit

Permalink
README: Update information on Perun IC demo
Browse files Browse the repository at this point in the history
  • Loading branch information
iljabvh committed Oct 22, 2023
1 parent 53bc28a commit 72683da
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,6 @@ After successful initialization of the local blockchain, you can now run the dem
./stopdfx.sh
```

## [Payment Channel Demo](#payment~channel~demo)

To run the Perun Payment Chanel Demo, [install](##installation) and [initialize](#run-the-dfx-blockchain) the local blockchain. Then, run the ```main.go``` file in the main directory:

```sh
cd perun-icp-backend
go run main.go
```

A basic overview of the functionality can be found in our [Perun Demo TUI](https://github.com/perun-network/perun-demo-tui) repository.

## [Tests](#tests)

To test the main components of the Perun Internet Computer backend, perform the [installation](##installation), and [initialize](#run-the-dfx-blockchain) the local blockchain. Afterwards, run the tests with the following command:
Expand All @@ -116,6 +105,10 @@ cd perun-icp-backend
go test -v ./...
```

## [Payment Channel Demo](#payment~channel~demo)

A Payment Channel demo for a local Internet Computer blockchain is located [here](https://github.com/perun-network/perun-icp-demo). It uses this repository and the deploys the canister from the [Perun IC canister repository](https://github.com/perun-network/perun-icp-canister).

## Copyright

Copyright 2023 PolyCrypt GmbH. Use of the source code is governed by the Apache 2.0 license that can be found in the [LICENSE file](LICENSE).

0 comments on commit 72683da

Please sign in to comment.