You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,7 +21,7 @@ They are blockchain-agnostic and only rely on a blockchain's capability to execu
21
21
22
22
_go-perun_ is still alpha software.
23
23
It should not be used in production.
24
-
The purpose of the [current release](https://github.com/perun-network/go-perun/releases) is to give potential users a general impression and to invite feedback.
24
+
The purpose of the [current release](https://github.com/hyperledger-labs/go-perun/releases) is to give potential users a general impression and to invite feedback.
25
25
The authors take no responsibility for any loss of digital assets or other damage caused by the use of this software.
26
26
**Do not use this software with real funds**.
27
27
@@ -30,7 +30,7 @@ The authors take no responsibility for any loss of digital assets or other damag
30
30
Running _go-perun_ requires a working Go distribution (version 1.15 or higher).
31
31
```sh
32
32
# Clone the repository into a directory of your choice
@@ -52,7 +52,7 @@ The [walkthrough tutorial](http://tutorial.perun.network) describes how _go-peru
52
52
53
53
### Documentation
54
54
55
-
More in-depth documentation can be found in the [github wiki pages](https://github.com/perun-network/go-perun/wiki)
55
+
More in-depth documentation can be found on [here](https://labs.hyperledger.org/perun-doc/)
56
56
and on [go-perun's pkg.go.dev site](https://pkg.go.dev/perun.network/go-perun).
57
57
58
58
## Features
@@ -76,7 +76,7 @@ The following features are planned for future releases:
76
76
77
77
There are multiple **blockchain backends** available as part of the current release: Ethereum (`backend/ethereum`), and a simulated, ideal blockchain backend (`backend/sim`).
78
78
A backend is automatically initialized when its top-level package `backend/<name>` is imported.
79
-
The Ethereum smart contracts can be found in our [contracts-eth](https://github.com/perun-network/contracts-eth) repository.
79
+
The Ethereum smart contracts can be found in our [contracts-eth](https://github.com/hyperledger-labs/perun-eth-contracts/) repository.
80
80
81
81
**Logging and networking** capabilities can also be injected by the user.
82
82
A default [logrus](https://github.com/sirupsen/logrus) implementation of the `log.Logger` interface can be set using `log/logrus.Set`.
0 commit comments