https://github.com/iotaledger/wasp-wallet-sdk
Generic Go interaction layer for IOTA-SDK, Used by Wasp for acccount management
https://github.com/iotaledger/wasp-wallet-sdk
Last synced: 12 months ago
JSON representation
Generic Go interaction layer for IOTA-SDK, Used by Wasp for acccount management
- Host: GitHub
- URL: https://github.com/iotaledger/wasp-wallet-sdk
- Owner: iotaledger
- Created: 2023-06-30T14:04:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T12:00:20.000Z (over 2 years ago)
- Last Synced: 2024-08-15T10:16:19.587Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 134 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Internal wallet/secure storage library for Wasp, built on top of the IOTA SDK native lib.
For now, it's only purpose is to secure the seed in the wasp-cli, but could be extended if required.
Does not support `listen_wallet` as it's currently not required.
# Testing
As this is a wrapper for a native library, tests don't run out of the box.
They require the compiled native lib installed on the machine, and it's not shipped in this repo.
Instructions will follow once the native library is merged into iota-sdk.