WizardConnect/packages/core
Dagur Valberg Johannsson 889dd566d1
Add serialization helpers to @wizardconnect/core
Canonical encoding for BigInt (<bigint: Xn>) and Uint8Array (hex or
<Uint8Array: 0x...>) used in the relay protocol. Provides both
serialization (sourceOutputToRelay, transactionToHex) and deserialization
(parseExtendedJson, toUint8Array, toBigInt) so dapps and wallets
don't have to implement this independently.
2026-03-23 08:59:02 +01:00
..
src Add serialization helpers to @wizardconnect/core 2026-03-23 08:59:02 +01:00
package.json Add serialization helpers to @wizardconnect/core 2026-03-23 08:59:02 +01:00
tsconfig.json First commit for WizardConnect 2026-03-06 11:38:09 +01:00
vitest.config.ts First commit for WizardConnect 2026-03-06 11:38:09 +01:00