You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the [examples section](examples/README.md) to learn how you can create **Unimatrix Sync** instances on frontend and backend to build multi-signature dapps and services.
56
56
57
-
-[React Example](examples/react): 4 use cases in 1 dapp ([Live Demo](https://unimatrix-node.netlify.app/))
57
+
-[React Example](examples/react): 4 use cases in 1 dapp ([Live Demo](https://unimatrix-live-demo.netlify.app/))
58
58
-[NodeJS Example](examples/nodejs): signing bot service
59
59
60
60
### React Dapp
@@ -275,7 +275,7 @@ The next *gcscript* code snippet shows some of the *Unimatrix Sync* and *Roundta
275
275
276
276
```
277
277
278
-
For learning how to build dapps and backends using the **Universal Dapp Connector**, visit it's [General Documentation](https://github.com/GameChangerFinance/gamechanger.wallet/tree/main/docs). You can learn more about it's **SignTxs API**[here](https://beta-wallet.gamechanger.finance/doc/api/v2/signTxs.html).
278
+
For learning how to build dapps and backends using the **Universal Dapp Connector**, visit it's [General Documentation](https://github.com/GameChangerFinance/gamechanger.wallet/tree/main/docs). You can learn more about it's **SignTxs API**[here](https://wallet.gamechanger.finance/doc/api/v2/signTxs.html).
279
279
280
280
Check the examples, specially the [React Example](examples/react) for a complete client side dapp (more specifically, a signing bot) [using the Universal Dapp Connector](examples/react/src/app/services/gcscripts.ts#L127).
Copy file name to clipboardExpand all lines: examples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Check these examples to learn how to create **Unimatrix Sync** instances on frontend and backend to build multi-signature dapps and services.
6
6
7
-
-[React Example](react/): 4 use cases in 1 dapp ([Live Demo](https://unimatrix-node.netlify.app/))
7
+
-[React Example](react/): 4 use cases in 1 dapp ([Live Demo](https://unimatrix-live-demo.netlify.app/))
8
8
-[NodeJS Example](nodejs/): signing bot service
9
9
10
10
### React Dapp:
@@ -20,7 +20,7 @@ The [React Example](react/) is a complete client side dapp (more specifically, a
20
20
21
21
#### Signer Bot Mode Instructions:
22
22
23
-
1. create or import a Cardano wallet on [GameChanger Wallet for Mainnet](https://beta-wallet.gamechanger.finance/) or [GameChanger Wallet for Pre-Production Testnet](https://beta-preprod-wallet.gamechanger.finance/)
23
+
1. create or import a Cardano wallet on [GameChanger Wallet for Mainnet](https://wallet.gamechanger.finance/?networkTag=mainnet) or [GameChanger Wallet for Pre-Production Testnet](https://wallet.gamechanger.finance/?networkTag=preprod)
24
24
2. get enough balance and UTXOs:
25
25
- On **empty Pre-Production Testnet wallets** a free airdrop button will appear after some seconds. Click on it and follow the steps. With this method you will get enough balance and UTXOs to get started, no other step needed.
26
26
- Otherwise ensure you have enough balance and UTXOs on your wallet. You can make any transaction like sending 1 ADA to yourself on **Smart Send** to let the wallet generate several change outputs producing enough UTXOs to try the examples
0 commit comments