@interchained/usdx 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -323,12 +323,12 @@ const client = new USDxClient({
|
|
|
323
323
|
|
|
324
324
|
## 📁 Examples
|
|
325
325
|
|
|
326
|
-
See [`examples/`](examples/) for runnable code:
|
|
326
|
+
See [`examples/`](https://github.com/interchained/usdx-js/tree/main/examples/) for runnable code:
|
|
327
327
|
|
|
328
328
|
| Example | Description |
|
|
329
329
|
|---|---|
|
|
330
|
-
| [`quickstart.ts`](examples/quickstart.ts) | End-to-end Node.js script covering every `USDxClient` method |
|
|
331
|
-
| [`express-wallet-app/`](examples/express-wallet-app/) | Express skeleton that uses `USDxClient` as a proxy layer — add your auth, validation, and business logic on top |
|
|
330
|
+
| [`quickstart.ts`](https://github.com/interchained/usdx-js/blob/main/examples/quickstart.ts) | End-to-end Node.js script covering every `USDxClient` method |
|
|
331
|
+
| [`express-wallet-app/`](https://github.com/interchained/usdx-js/tree/main/examples/express-wallet-app/) | Express skeleton that uses `USDxClient` as a proxy layer — add your auth, validation, and business logic on top |
|
|
332
332
|
|
|
333
333
|
---
|
|
334
334
|
|
|
@@ -369,7 +369,7 @@ Please report security issues via private message, not public issues.
|
|
|
369
369
|
## 📜 License
|
|
370
370
|
|
|
371
371
|
GNU General Public License v3.0 or later.
|
|
372
|
-
See [LICENSE](LICENSE) for the full text.
|
|
372
|
+
See [LICENSE](https://github.com/interchained/usdx-js/blob/main/LICENSE) for the full text.
|
|
373
373
|
|
|
374
374
|
```
|
|
375
375
|
@interchained/usdx Copyright (C) 2024 Interchained
|
package/package.json
CHANGED