Skip to content

Commit

Permalink
Merge pull request #12 from useElven/hub-integration
Browse files Browse the repository at this point in the history
add hub integration
  • Loading branch information
juliancwirko authored Jun 20, 2024
2 parents d29fe02 + 359a006 commit 6b10b33
Show file tree
Hide file tree
Showing 14 changed files with 655 additions and 417 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [0.20.0](https://github.com/useElven/core/releases/tag/v0.20.0) (2024-06-20)
- xPortal and Web Wallet Hub integration
- update dependencies

### [0.19.3](https://github.com/useElven/core/releases/tag/v0.19.3) (2024-05-04)
- fix callback path in `useSignMessage`

Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
## useElven core

Please be aware that versions below 1.0.0 will still have breaking changes. Till then, please 'freeze' the version of useElven in your app, and decide when to upgrade.
> [!NOTE]
> Please be aware that versions below 1.0.0 will still have breaking changes. Till then, please 'freeze' the version of useElven in your app, and decide when to upgrade.
### About
> [!NOTE]
> Please remember that the scope of functionality is limited and does not correspond to that of sdk-dapp. But over time, functionalities are added. Check the docs for more info
`useElven` is a set of hooks and tools designed to work with React-base applications.

It is a wrapper for [sdk-js](https://docs.multiversx.com/sdk-and-tools/sdk-js/) - a set of Typescript/Javascript libraries.
> [!NOTE]
> It incorporates [sdk-js](https://docs.multiversx.com/sdk-and-tools/sdk-js/) - a set of MultiversX Typescript/Javascript libraries.
### Docs

- [useElven.com](https://www.useElven.com)

Below are a couple of steps for a quick start, but please check the docs and example apps.

### Install
### Usage examples

```bash
npm install @useelven/core --save
Expand Down Expand Up @@ -78,6 +79,11 @@ Check all of the hooks here: [SDK Reference](https://www.useElven.com/docs/sdk-r

Components required in every dapp. Like auth button, QR code, WC pairings list, ProtectedRoute, Authenticated, etc. are implemented in [Next.js Dapp Template](https://github.com/xdevguild/nextjs-dapp-template) and [React + Vite Dapp Template](https://github.com/useElven/react-vite).

### To do

useElven lacks some functionalities and needs improvements in code structure and testing.
To monitor the progress, please refer to the project's [Kanban board](https://github.com/orgs/useElven/projects/1/views/1).

### Examples

See ready to use demo templates:
Expand Down
Loading

0 comments on commit 6b10b33

Please sign in to comment.