Skip to content

Commit

Permalink
update changelog and demo info
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Mar 1, 2023
1 parent 0b97662 commit 1a23bea
Show file tree
Hide file tree
Showing 6 changed files with 412 additions and 465 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### [0.8.0](https://github.com/juliancwirko/elven.js/releases/tag/v0.8.0) (2023-03-...)
### [0.8.0](https://github.com/juliancwirko/elven.js/releases/tag/v0.8.0) (2023-03-01)
- WalletConnect 2 integration through a new version of `@elrondnetwork/erdjs-wallet-connect-provider` - lets you use 'xPortal Login'.
- two new callbacks: `onQrPending` and `onQrLoaded` - usefull when waiting for the QR and WalletConnect Pairings list, but it shouldn't take much time to load
- minor improvements

### [0.7.0](https://github.com/juliancwirko/elven.js/releases/tag/v0.7.0) (2023-01-14)
- rebrand to multiversx (continuation)
Expand Down
28 changes: 14 additions & 14 deletions build/elven.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions esbuild.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const esbuild = require('esbuild');

// Bring back if needed
// const plugin = require('node-stdlib-browser/helpers/esbuild/plugin');
// const stdLibBrowser = require('node-stdlib-browser');

const fs = require('fs');

esbuild
Expand Down
28 changes: 14 additions & 14 deletions example/elven.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ <h4>Docs and code: <a href="https://www.elvenjs.com">www.elvenjs.com</a></h4>
<h5>For styling elements like QR code container and Wallet Connect pairings check <a
href="https://github.com/juliancwirko/elven.js/blob/main/example/demo-styles.css">demo styles</a>. Each element
should have a class name.</h5>
<h5>Remember to change <i>walletConnectV2ProjectId</i>. You can get yours here <a
href="https://cloud.walletconnect.com/sign-in">https://cloud.walletconnect.com/sign-in</a> </h5>
<p>Authenticate, sign and send transactions and messages on the MultiversX blockchain in the browser. No need for
bundlers, frameworks, etc. Just attach the script source, and you are ready to go. You can incorporate it into
your preferred CMS framework like WordPress or an e-commerce system. Plus, it will also work on a standard static
Expand Down Expand Up @@ -168,6 +170,7 @@ <h3>Other demos:</h3>
apiUrl: 'https://devnet-api.multiversx.com',
chainType: 'devnet',
apiTimeout: 10000,
// Remember to change it. Get yours here: https://cloud.walletconnect.com/sign-in
walletConnectV2ProjectId: 'f502675c63610bfe4454080ac86d70e6',
WalletConnectV2RelayAddresses: ['wss://relay.walletconnect.com'],
onLoginPending: () => { uiPending(true) },
Expand Down
Loading

0 comments on commit 1a23bea

Please sign in to comment.