Skip to content

hyperledger-labs/perun-cosmwasm-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Perun

Perun CosmWasm: Backend

License: Apache 2.0 CI status

This repository contains an implementation of a CosmWasm backend for the go-perun state channel library.

Organization

  • channel/: Implementation of the go-perun/channel interfaces.
  • client/: End-to-end tests.
  • wallet/: Implementation of the go-perun/wallet interfaces.

Dependencies

Golang version >= 1.17 must be installed.

Usage

The end-to-end tests in package client demonstrate how to setup and run a Perun client on a CosmWasm network.

To run all unit and end-to-end tests, open a Terminal at the repository root directory and run

go test ./...

Copyright

Copyright 2021 PolyCrypt GmbH.

Use of the source code is governed by the Apache 2.0 license that can be found in the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages