Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bitgo/sdk-coin-wemix

BitGo1.3kMIT1.2.5TypeScript support: included

BitGo SDK coin library for Wemix

readme

BitGo sdk-coin-wemix

SDK coins provide a modular approach to a monolithic architecture. This and all BitGoJS SDK coins allow developers to use only the coins needed for a given project.

Installation

All coins are loaded traditionally through the bitgo package. If you are using coins individually, you will be accessing the coin via the @bitgo/sdk-api package.

In your project install both @bitgo/sdk-api and @bitgo/sdk-coin-wemix.

npm i @bitgo/sdk-api @bitgo/sdk-coin-wemix

Next, you will be able to initialize an instance of "bitgo" through @bitgo/sdk-api instead of bitgo.

import { BitGoAPI } from '@bitgo/sdk-api';
import { wemix } from '@bitgo/sdk-coin-wemix';

const sdk = new BitGoAPI();

sdk.register('wemix', wemix.createInstance);

Development

Most of the coin implementations are derived from @bitgo/sdk-core, @bitgo/statics, and coin specific packages. These implementations are used to interact with the BitGo API and BitGo platform services.

You will notice that the basic version of common class extensions have been provided to you and must be resolved before the package build will succeed. Upon initiation of a given SDK coin, you will need to verify that your coin has been included in the root tsconfig.packages.json and that the linting, formatting, and testing succeeds when run both within the coin and from the root of BitGoJS.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.5 (2025-05-22)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.2.4 (2025-05-20)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.2.3 (2025-05-07)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.2.2 (2025-04-29)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.2.1 (2025-04-25)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.2.0 (2025-04-15)

Features

  • adding test cases for non bitgo recovery for Wemix (096a27c)
  • unsigned sweep for wemix (b321bcb)

1.1.12 (2025-04-04)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.1.11 (2025-04-02)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.1.10 (2025-03-28)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.1.9 (2025-03-20)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.1.8 (2025-03-18)

Bug Fixes

  • sdk-core: set default multisig if empty (e2727df)

1.1.7 (2025-03-06)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.1.6 (2025-03-04)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.1.5 (2025-02-26)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.1.4 (2025-02-20)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.1.3 (2025-02-19)

Bug Fixes

  • display name correction for xdc,flr,sgb,wemix (b50ea6a)

1.1.2 (2025-02-11)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.1.1 (2025-02-05)

Note: Version bump only for package @bitgo/sdk-coin-wemix

1.1.0 (2025-01-28)

Features

  • sdk-coin-wemix: add transaction builder (3f7133b)

Note: Version bump only for package @bitgo/sdk-coin-wemix

Features