From 14ad15d078fd47e4526cd3bf672ef45dfcb12149 Mon Sep 17 00:00:00 2001 From: hade Date: Wed, 17 Jan 2024 12:24:44 +0700 Subject: [PATCH] chore: remove submodules --- .gitignore | 3 --- .gitmodules | 15 --------------- README.md | 24 ++++++++++++++++++++++++ bridge-template | 1 - linear-vesting | 1 - plutarch-merkle-tree | 1 - single-asset-staking | 1 - yieldfarming | 1 - 8 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 .gitignore delete mode 100644 .gitmodules delete mode 160000 bridge-template delete mode 160000 linear-vesting delete mode 160000 plutarch-merkle-tree delete mode 160000 single-asset-staking delete mode 160000 yieldfarming diff --git a/.gitignore b/.gitignore deleted file mode 100644 index febd27d..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -dist-newstyle -*.plutus -.direnv diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 532aab9..0000000 --- a/.gitmodules +++ /dev/null @@ -1,15 +0,0 @@ -[submodule "bridge-template"] - path = bridge-template - url = https://github.com/Anastasia-Labs/bridge-template -[submodule "linear-vesting"] - path = linear-vesting - url = https://github.com/Anastasia-Labs/linear-vesting -[submodule "plutarch-merkle-tree"] - path = plutarch-merkle-tree - url = https://github.com/Anastasia-Labs/plutarch-merkle-tree -[submodule "yieldfarming"] - path = yieldfarming - url = https://github.com/Anastasia-Labs/yieldfarming -[submodule "single-asset-staking"] - path = single-asset-staking - url = https://github.com/Anastasia-Labs/single-asset-staking diff --git a/README.md b/README.md index 5d49fa0..0fed509 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ # production-grade-dapps + +This repository contains the following projects: + +## [bridge-template](https://github.com/Anastasia-Labs/bridge-template) + +A template for building bridges between different blockchain networks. + +## [linear-vesting](https://github.com/Anastasia-Labs/linear-vesting) + +A smart contract implementation for linear vesting of tokens. + +## [plutarch-merkle-tree](https://github.com/Anastasia-Labs/plutarch-merkle-tree) + +A library for working with Merkle trees in decentralized applications. + +## [yieldfarming](https://github.com/Anastasia-Labs/yieldfarming) + +A set of smart contracts for yield farming and liquidity mining. + +## [single-asset-staking](https://github.com/Anastasia-Labs/single-asset-staking) + +A smart contract implementation for staking a single asset. + +Please refer to the individual project repositories for more information and documentation. diff --git a/bridge-template b/bridge-template deleted file mode 160000 index a793789..0000000 --- a/bridge-template +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a79378952a02ac435473fa3b8a09ecd50abb989e diff --git a/linear-vesting b/linear-vesting deleted file mode 160000 index 5a1d5d5..0000000 --- a/linear-vesting +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5a1d5d57f3bd92d14e97cfa0fb8edabedeac981b diff --git a/plutarch-merkle-tree b/plutarch-merkle-tree deleted file mode 160000 index a353cd0..0000000 --- a/plutarch-merkle-tree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a353cd010eaa686955ac42b3974ea968dfd23d4f diff --git a/single-asset-staking b/single-asset-staking deleted file mode 160000 index bd0f898..0000000 --- a/single-asset-staking +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bd0f89881f6f992ba465ab7b9b994dc53f40951e diff --git a/yieldfarming b/yieldfarming deleted file mode 160000 index e5c34fb..0000000 --- a/yieldfarming +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e5c34fbc6529c68893b75f140e5667086d4fd45c