From 8c635fdec62faee7d31e6357882f37b68e4ffac7 Mon Sep 17 00:00:00 2001 From: Reetik Rajan Date: Wed, 26 Jun 2024 17:42:54 +0530 Subject: [PATCH] chore: Organize repository assets into separate directories --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9483a8..c95a4c6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ layer for bitcoin

## About Repository -This repository contains the Smart Contracts and Bitcoin scripts for Garden Finance. The Garden blockchain assets are building blocks for the Garden ecosystem, enabling **cross-chain atomic swaps**, **SEED staking** and **off-chain payment channels**. All the Smart Contracts are written in Solidity and Bitcoin Scripts are written in TypeScript. The Garden blockchain assets are organized into the following directories with logical separation as per their functionality: +This repository contains the Smart Contracts and Bitcoin scripts for Garden Finance. The Garden blockchain assets are building blocks for the Garden ecosystem, enabling **cross-chain atomic swaps**, **SEED staking** and **off-chain payment channels**. All the Smart Contracts are written in Solidity and Bitcoin Scripts are written in TypeScript. The Garden blockchain assets are organized into the following directories with logical separation as per their functionality: + `bitcoin/`: Bitcoin Scripts for Atomic Swaps. `contracts/`: Smart Contracts for SEED token and Garden NFT. `contracts/stake/`: Smart Contracts for SEED staking.