From ed5b0a894707d7eb79fa0d56d9ce6f4d308b3dc1 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 24 Nov 2021 16:11:08 -0800 Subject: [PATCH] Customizing package.json and README --- README.md | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 62339d4..c81a149 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# gatsby-ipfs-web-wallet +# gatsby-theme-bch-wallet -This repository is a Gatsby Theme. It can be accessed via the [gatsby-ipfs-web-wallet npm package](https://www.npmjs.com/package/gatsby-ipfs-web-wallet). It is used by the [bch-wallet-starter Gatsby Starter](https://github.com/Permissionless-Software-Foundation/bch-wallet-starter) +This repository is a Gatsby Theme. It can be accessed via the [gatsby-theme-bch-wallet npm package](https://www.npmjs.com/package/gatsby-theme-bch-wallet). It is used by the [bch-wallet-starter Gatsby Starter](https://github.com/Permissionless-Software-Foundation/bch-wallet-starter) If you want to create your own BCH web wallet app, you should [start with the starter](https://github.com/Permissionless-Software-Foundation/bch-wallet-starter). @@ -10,10 +10,11 @@ If you want to create your own BCH web wallet app, you should [start with the st - [Official FullStack.cash wallet](https://wallet.fullstack.cash) ## Background + This is a mobile-first Gatsby Theme that is [IPFS](https://ipfs.io)-ready. It integrates the [AdminLTE Dashboard React components](https://www.npmjs.com/package/adminlte-2-react) to create a dashboard. This app is built as a light-weight Bitcoin Cash (BCH) wallet. It can be forked and the BCH functionality can be leveraged for many different use cases, and to solve many different business problems. - ## Installing a Dev Environment + Standard workflow for setting up a development environment for working on this repo: - `git clone https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet` @@ -24,4 +25,3 @@ Standard workflow for setting up a development environment for working on this r ## License [MIT](./LICENSE.md) - diff --git a/package.json b/package.json index 9359a6b..7b456aa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gatsby-ipfs-web-wallet", + "name": "gatsby-theme-bch-wallet", "description": "A GatsbyJS Theme with AdminLTE integration and basic Bitcoin Cash wallet functionality.", "version": "1.9.13", "main": "index.js", @@ -74,10 +74,10 @@ ], "repository": { "type": "git", - "url": "https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet" + "url": "https://github.com/Permissionless-Software-Foundation/gatsby-theme-bch-wallet" }, "bugs": { - "url": "https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet/issues" + "url": "https://github.com/Permissionless-Software-Foundation/gatsby-theme-bch-wallet/issues" }, "husky": { "hooks": {