This repository contains code examples for go-perun.
Some of the examples presented in this repository make use of git submodules. You will need to pull the submodules in order to use the respective examples:
git submodule init
git submodule update
Examples that are no longer maintained or rely on outdated dependencies have been moved to the /archived/
directory.
These are retained for reference only and are not actively tested or supported.
A dedicated workflow (Archived Examples CI
) runs tests for these on-demand, but they are excluded from required checks.
The source code in this repository is made available under the Apache License, Version 2.0. The license terms are stated in the LICENSE file.