Skip to content

A Javascript/Typescript library for exporting Universal Wallet Backup Containers.

License

Notifications You must be signed in to change notification settings

interop-alliance/wallet-export-ts

Repository files navigation

Universal Wallet Backup Container Export (@interop/wallet-export-ts)

Build status NPM Version

A Javascript/Typescript library for exporting Universal Wallet Backup Containers.

Table of Contents

Background

TBD

Security

TBD

Install

  • Node.js 14+ is recommended.

NPM

To install via NPM:

npm install @interop/wallet-export-ts

Development

To install locally (for development):

git clone https://github.com/interop-alliance/wallet-export-ts.git
cd wallet-export-ts
npm install

Usage

Export an empty wallet.

export() // no wallet passed in, generates an empty Universal Wallet Backup TAR file

...

$ tar -vtf wallet-export-2024-01-01.tar

drwxrwxr-x 0 0 4.0K Jun 11 15:38 app/
drwxrwxr-x 0 0 4.0K Jun 11 15:38 keys/
-rw-rw-r-- 0 0   1K Jun 11 15:38 manifest.yaml

$ cat manifest.yaml
---
ubc-version: 0.1
meta:
  created: 2024-01-01
  createdBy:
    client:
      url: https://github.com/interop-alliance/wallet-export-ts

Contribute

PRs accepted.

If editing the Readme, please conform to the standard-readme specification.

License

MIT License © 2024 Interop Alliance and Dmitri Zagidulin.

About

A Javascript/Typescript library for exporting Universal Wallet Backup Containers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published