nyxora 1.4.6 → 1.4.7
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
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
**Secure AI execution framework for Web3 agents.**
|
|
3
3
|
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
|
-
[](
|
|
6
|
-
[](
|
|
7
|
-
[](
|
|
5
|
+
[](#️-security-threat-model--permission-boundary)
|
|
6
|
+
[](#📐-architecture-workflow)
|
|
7
|
+
[](#️-security-threat-model--permission-boundary)
|
|
8
8
|
|
|
9
9
|
Nyxora is a **secure, non-custodial runtime infrastructure for autonomous onchain agents** built with Node.js and React. Designed for autonomous workflows with a premium Glassmorphism UI dashboard and strict client-side key isolation. It operates under a strict **Human-in-the-Loop** execution model for financial transactions.
|
|
10
10
|
|
|
@@ -73,7 +73,7 @@ npm run build && npm run start
|
|
|
73
73
|
|
|
74
74
|
For complete technical deep-dives, please visit our official VitePress Documentation Site!
|
|
75
75
|
|
|
76
|
-
> **🔗 [Read the Full Nyxora Documentation Here](
|
|
76
|
+
> **🔗 [Read the Full Nyxora Documentation Here](https://perasyudha.github.io/Nyxora/)**
|
|
77
77
|
|
|
78
78
|
*(Includes guides on Secure Wallet Imports, API Key Rotations, Troubleshooting, and Custom Skill Development).*
|
|
79
79
|
|