From 29a0af61dfdbf8b08251cf92c8dc0dc0b433c7c0 Mon Sep 17 00:00:00 2001 From: S Ali Hosseini <38721653+5A11@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:28:49 +0100 Subject: [PATCH] fix: move repo health files to correct place (#369) --- .github/CODEOWNERS | 1 + .../{workflows => }/ISSUE_TEMPLATE/bug-report.yml | 0 .github/{workflows => }/ISSUE_TEMPLATE/config.yml | 0 .../ISSUE_TEMPLATE/feature-request.yml | 0 README.md | 14 +++----------- 5 files changed, 4 insertions(+), 11 deletions(-) create mode 100644 .github/CODEOWNERS rename .github/{workflows => }/ISSUE_TEMPLATE/bug-report.yml (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/config.yml (100%) rename .github/{workflows => }/ISSUE_TEMPLATE/feature-request.yml (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..9a195a283b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @agent-dominatrix @sh-wallet @AbbasAliLokhandwala diff --git a/.github/workflows/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/workflows/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/workflows/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml similarity index 100% rename from .github/workflows/ISSUE_TEMPLATE/feature-request.yml rename to .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/README.md b/README.md index 87168dd10f..5d94a3964a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # Fetch Wallet -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![Official Website](https://img.shields.io/badge/Official%20Website-fetch.ai-blue?style=flat&logo=world&logoColor=white)](https://fetch.ai) [![Twitter Follow](https://img.shields.io/twitter/follow/fetch_ai?style=social)](https://twitter.com/fetch_ai) -[Fetch.ai](https://fetch.ai)'s fork of the Keplr wallet by [chainapsis](https://github.com/chainapsis), which is designed to act as a generic wallet software for blockchains built using the [Cosmos-SDK](https://github.com/cosmos/cosmos-sdk) and to support the inter-blockchain communication (IBC) protocol. -The wallet is configured for the Fetch.ai Stargate network. +This is the code repository of the Fetch Wallet, a generic wallet for blockchains built using the [Cosmos-SDK](https://github.com/cosmos/cosmos-sdk) with support for EVM-based chains and the inter-blockchain communication (IBC) protocol. -Further information on the Keplr wallet can be found at the base [repo](https://github.com/chainapsis/keplr-extension). +This is a fork of the Keplr wallet by [chainapsis](https://github.com/chainapsis). ## Official Releases @@ -74,10 +73,3 @@ In case of any error, try this and re-run the local dev server for mobile ```bash yarn postinstall ``` - -## Author - -👤 **Fetch.ai** - -* Twitter: [@fetch_ai](https://twitter.com/Fetch_ai) -* Github: [@fetchai](https://github.com/fetchai)