diff --git a/README.md b/README.md new file mode 100644 index 0000000..893d005 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 🧱 SDK Setup - BlindBit Branch + +Ce guide explique comment cloner et configurer les SDK nécessaires au développement sur la branche `blindbit`. + +--- + +## 📥 Clonage des Dépôts + +```bash +git clone https://git.4nkweb.com/4nk/sdk_common.git -b blindbit +git clone https://git.4nkweb.com/4nk/sdk_relay.git -b blindbit + +``` +## Only for dev: + +Dans sdk_relay/Cargo.toml -> dependencies remplace sdk_common = { path = "../sdk_common" } \ No newline at end of file