Skip to content

Tidus91/zaun

 
 

Repository files navigation

Zaun

A development environment for Starknet Solidity contracts.

Setup:

curl -L https://foundry.paradigm.xyz | bash
foundryup

Testing:

Unit

forge test -vv

Devnet

Start Avnvil as background process w/ Core Contracts and STARK token:

./script/sn-base-dev.sh

Kill Anvil deployment:

./script/sn-base-kill.sh

StarkNet Consensus Protocol Contracts

PoC solidity implementation of the following Starknet Decentralized Protocol proposal:

About

solidity contracts for the StarkNet Decentralized Protocol proposal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 63.1%
  • Solidity 30.8%
  • Shell 6.1%