Perun State Channels on Solana with native EVM compatibility, enabling secure and efficient cross-chain applications.
.
├── scripts/ # Shell scripts for local deployment
├── src/ # Main Rust source code for the Solana program
│ ├── instructions/# Instruction definitions and handlers
│ ├── state/ # Data structures and serialization logic
│ ├── tests/ # Rust unit and integration tests
│ ├── entrypoint.rs# Solana program entrypoint
│ ├── error.rs # Custom error types
│ ├── lib.rs # Library root, exports modules
│ └── processor.rs # Core instruction processing logic
Install the Solana SDK
cargo build-sbf
cargo test-sbf
Requirement: make, tmux and tmuxp
cd scripts
chmod +x *.sh
make devThe authors take no responsibility for any loss of digital assets or other damage caused by the use of this software.
Copyright 2025 PolyCrypt GmbH.
Use of the source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
