diyahir / sway-proxy

Testing out proxy contract setup on sway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy Contract

Testing out sway's LDC opcode

Execution

  • Build the contracts
forc build -p proxy
forc build -p contract
forc build -p contract_v2
  • Run the tests
cargo test

# to print println'
cargo test -- --nocapture

About

Testing out proxy contract setup on sway


Languages

Language:Rust 100.0%