From b85332c67a5417b2870b227535aaeb9978947e01 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Thu, 11 May 2023 15:30:39 -0400 Subject: [PATCH] Remove link to ECC Wallet in readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b536f2a..5d599971 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# secant-android-wallet -_Note: This is a new and unreleased project. Since it is being developed in the open from the beginning, initially this project will not be fully functional. Some of the documentation below will be aspirational until the implementation is further along. During this initial stage of development, the older [Zcash Android Wallet](https://github.com/zcash/zcash-android-wallet) may be a more helpful sample._ - +# Secant Android Wallet This is a sample implementation of a Zcash wallet for Android leveraging the [Zcash Android SDK](https://github.com/zcash/zcash-android-wallet-sdk). The goal is to exercise the SDK and related Zcash libraries, as well as demonstrate how the SDK works. While we aim to continue improving this sample, it is not an official product. We open sourced it as a resource to make wallet development easier for the Zcash ecosystem.