* main:
restore
tests & fixes in kvs & keypair
feat: Add comprehensive test suite for Keypair module
refactor: Improve Rhai test runner and vault module code
...
...
...
feat: Enhance documentation and add .gitignore entries
working example to showcase zinit usage in Rhai scripts
implemented zinit-client for integration with Rhai-scripts
* zinit_client:
working example to showcase zinit usage in Rhai scripts
implemented zinit-client for integration with Rhai-scripts
# Conflicts:
# Cargo.toml
# src/lib.rs
# src/rhai/mod.rs
* development_hero_vault:
Add docs
Support conatrcts call args in rhai bindings
remove obsolete print
feat: support interacting with smart contracts on EVM-based blockchains
refactor and add peaq support
feat: introduce hero_vault
- Add WebAssembly target support to build for web browsers.
- Implement IndexedDB-backed key-value store for WASM.
- Add new WASM dependencies to Cargo.toml.
- Improve large number handling in Rhai example script.
- Refactor key-value store to handle both SlateDB and IndexedDB.
- Add PostgreSQL client functionality for database interactions.
- Add Redis client functionality for cache and data store operations.
- Extend Rhai scripting with PostgreSQL and Redis client modules.
- Add documentation and test cases for both clients.