mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
docs(dwn): clarify vault operations and remove motor client references
This commit is contained in:
+1
-15
@@ -94,7 +94,7 @@ The VaultKeeper provides a comprehensive interface for managing cryptographic va
|
|||||||
- **Multi-Chain Support**: Transaction building for both Cosmos SDK and EVM networks using pkg/txns
|
- **Multi-Chain Support**: Transaction building for both Cosmos SDK and EVM networks using pkg/txns
|
||||||
- **Address Derivation**: BIP44 HD wallet address derivation for multiple blockchain networks
|
- **Address Derivation**: BIP44 HD wallet address derivation for multiple blockchain networks
|
||||||
|
|
||||||
The VaultKeeper integrates with the Motor plugin system (`motr.wasm`) to provide isolated, secure execution environments for cryptographic operations.
|
The VaultKeeper provides isolated, secure execution environments for cryptographic operations.
|
||||||
|
|
||||||
##### VaultKeeper Interface Methods
|
##### VaultKeeper Interface Methods
|
||||||
|
|
||||||
@@ -609,20 +609,6 @@ tm.event='Tx' AND dwn.v1.EventProtocolConfigured.published=true
|
|||||||
|
|
||||||
## Building and Testing
|
## Building and Testing
|
||||||
|
|
||||||
### Building the Motor Client
|
|
||||||
|
|
||||||
The DWN module includes a WebAssembly-based motor client for secure vault operations:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Build the motor WASM client
|
|
||||||
make -C x/dwn motr
|
|
||||||
|
|
||||||
# Or from the root directory
|
|
||||||
make motr
|
|
||||||
```
|
|
||||||
|
|
||||||
The motor client will be built to `x/dwn/vaults/motr.wasm`.
|
|
||||||
|
|
||||||
### Running Tests
|
### Running Tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user