From 895b35f5263d626c9981311563d343739bd35452 Mon Sep 17 00:00:00 2001 From: Ben Goebel Date: Tue, 12 Sep 2023 01:03:14 -0600 Subject: [PATCH] update readme --- README.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 331922b..e7a5d63 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,5 @@ -# StarkNet Consensus Protocol Contracts - -PoC solidity implementation of the following Starknet Decentralized Protocol proposal: -- [I - Introduction](https://community.starknet.io/t/starknet-decentralized-protocol-i-introduction/2671/1) -- [II - Candidate for Leader Elections](https://community.starknet.io/t/starknet-decentralized-protocol-ii-candidate-for-leader-elections/4751) -- [III - Consensus](https://community.starknet.io/t/starknet-decentralized-protocol-iii-consensus/5386) -- [IV - Proofs in the Protocol](https://community.starknet.io/t/starknet-decentralized-protocol-iv-proofs-in-the-protocol/6030) -- [V - Checkpoints for Fast Finality](https://community.starknet.io/t/starknet-decentralized-protocol-v-checkpoints-for-fast-finality/6032) -- [VI - The Buffer Problem](https://community.starknet.io/t/starknet-decentralized-protocol-vi-the-buffer-problem/7098) -- [VII - Chained Proof Protocols & Braiding](https://community.starknet.io/t/starknet-decentralized-protocol-vii-chained-proof-protocols-braiding/18831) - -### Addresses: -Mainnet -- $STARK - 0xCa14007Eff0dB1f8135f4C25B34De49AB0d42766 -- Core Contracts - 0x739A654271c565839F0408546706bBea2F1FfE42 +# Zaun +A development environment for Starknet Solidity contracts. ### Setup: @@ -39,3 +26,14 @@ Kill Anvil deployment: ```bash ./script/sn-base-kill.sh ``` + +### StarkNet Consensus Protocol Contracts + +PoC solidity implementation of the following Starknet Decentralized Protocol proposal: +- [I - Introduction](https://community.starknet.io/t/starknet-decentralized-protocol-i-introduction/2671/1) +- [II - Candidate for Leader Elections](https://community.starknet.io/t/starknet-decentralized-protocol-ii-candidate-for-leader-elections/4751) +- [III - Consensus](https://community.starknet.io/t/starknet-decentralized-protocol-iii-consensus/5386) +- [IV - Proofs in the Protocol](https://community.starknet.io/t/starknet-decentralized-protocol-iv-proofs-in-the-protocol/6030) +- [V - Checkpoints for Fast Finality](https://community.starknet.io/t/starknet-decentralized-protocol-v-checkpoints-for-fast-finality/6032) +- [VI - The Buffer Problem](https://community.starknet.io/t/starknet-decentralized-protocol-vi-the-buffer-problem/7098) +- [VII - Chained Proof Protocols & Braiding](https://community.starknet.io/t/starknet-decentralized-protocol-vii-chained-proof-protocols-braiding/18831) \ No newline at end of file