Skip to content

Commit

Permalink
Remove dapp kit conditional (#178)
Browse files Browse the repository at this point in the history
* fix: update dapp kit conditional

* fix: update readmes and links=
  • Loading branch information
darrenvechain authored Jan 15, 2024
1 parent 92a72da commit 003ebac
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 43 deletions.
15 changes: 1 addition & 14 deletions packages/dapp-kit-react/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
# `@vechain/dapp-kit-react`

## Why ?

- Allow easy interaction with all wallets.
- Connex is designed to play nice with one wallet at a time, this library provides a layer on top of Connex to easily
allow interaction with all wallets.
- Easy setup for wallet connect
The Vechain DApp Kit serves as a sophisticated layer built upon @vechain/connex, providing a simplified and efficient avenue for engaging with a multitude of Vechain wallets. This innovative toolkit enhances the ease of interaction, offering developers a seamless bridge to connect with diverse Vechain wallet functionalities. For more information, please refer to the official [Vechain Docs](https://docs.vechain.org/developer-resources/sdks-and-providers/dapp-kit)

## Installation

### Build

```bash
yarn build
```

## Usage

```bash
yarn add @vechain/dapp-kit-react
```
Expand Down
2 changes: 2 additions & 0 deletions packages/dapp-kit-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "@vechain/dapp-kit-react",
"version": "1.0.0",
"private": false,
"homepage": "https://github.com/vechainfoundation/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand Down
16 changes: 1 addition & 15 deletions packages/dapp-kit-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# `@vechain/dapp-kit-ui`

## Why ?

- Creating some reusable UI components for connecting wallets
- Allow easy interaction with all wallets.
- Connex is designed to play nice with one wallet at a time, this library provides a layer on top of Connex to easily
allow interaction with all wallets.
- Easy setup for wallet connect.

## Installation

### Build

```bash
yarn build
```
The Vechain DApp Kit serves as a sophisticated layer built upon @vechain/connex, providing a simplified and efficient avenue for engaging with a multitude of Vechain wallets. This innovative toolkit enhances the ease of interaction, offering developers a seamless bridge to connect with diverse Vechain wallet functionalities. For more information, please refer to the official [Vechain Docs](https://docs.vechain.org/developer-resources/sdks-and-providers/dapp-kit)

## Usage

Expand Down
2 changes: 2 additions & 0 deletions packages/dapp-kit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"typescript",
"lit"
],
"homepage": "https://github.com/vechainfoundation/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
"license": "MIT",
"author": "Davide Carpini",
"type": "module",
Expand Down
15 changes: 1 addition & 14 deletions packages/dapp-kit/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
# `@vechain/dapp-kit`

## Why ?

- Allow easy interaction with all wallets.
- Connex is designed to play nice with one wallet at a time, this library provides a layer on top of Connex to easily
allow interaction with all wallets.
- Easy setup for wallet connect.
The Vechain DApp Kit serves as a sophisticated layer built upon @vechain/connex, providing a simplified and efficient avenue for engaging with a multitude of Vechain wallets. This innovative toolkit enhances the ease of interaction, offering developers a seamless bridge to connect with diverse Vechain wallet functionalities. For more information, please refer to the official [Vechain Docs](https://docs.vechain.org/developer-resources/sdks-and-providers/dapp-kit)

## Installation

### Build

```bash
yarn build
```

## Usage

```bash
yarn add @vechain/dapp-kit
```
Expand Down
2 changes: 2 additions & 0 deletions packages/dapp-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "@vechain/dapp-kit",
"version": "1.0.0",
"private": false,
"homepage": "https://github.com/vechainfoundation/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 003ebac

Please sign in to comment.