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

Package detail

@bitgo/sdk-coin-coredao

BitGo2.3kMIT2.3.2TypeScript support: included

BitGo SDK coin library for Coredao

readme

BitGo sdk-coin-coredao

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-coredao.

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

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 { Coredao } from '@bitgo/sdk-coin-coredao';

const sdk = new BitGoAPI();

sdk.register('coredao', Coredao.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.

2.3.2 (2025-06-18)

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

2.3.1 (2025-06-10)

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

2.3.0 (2025-06-05)

Features

2.2.3 (2025-06-02)

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

2.2.2 (2025-05-28)

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

2.2.1 (2025-05-22)

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

2.2.0 (2025-05-20)

Features

  • sdk-coin-soneium: add soneium token support (66378e5)

2.1.3 (2025-05-07)

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

2.1.2 (2025-04-29)

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

2.1.1 (2025-04-25)

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

2.1.0 (2025-04-15)

Features

  • unsigned sweep for flare,xdc,coredao and oasys (0a29d5e)

2.0.9 (2025-04-04)

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

2.0.8 (2025-04-02)

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

2.0.7 (2025-03-28)

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

2.0.6 (2025-03-20)

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

2.0.5 (2025-03-18)

Bug Fixes

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

2.0.4 (2025-03-06)

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

2.0.3 (2025-03-04)

Bug Fixes

  • update getAddressNonce logic in coredao (a1138da)
  • updating coredao api url (9f79847)

2.0.2 (2025-02-26)

Bug Fixes

  • update getAddressNonce logic in coredao (a1138da)
  • updating coredao api url (9f79847)

2.0.1 (2025-02-20)

Bug Fixes

  • update getAddressNonce logic in coredao (a1138da)

2.0.0 (2025-02-19)

Bug Fixes

  • name for bera, coredao, oas (719dde5)

BREAKING CHANGES

  • changing the name for bera, coredao and oas Ticket: WIN-4509

1.4.0 (2025-02-11)

Features

  • statics: migrate sdk config to test2 (3f294e8)

1.3.0 (2025-02-05)

Features

  • adding overrides for coredao for non-bitgo recovery support through wrw (0905dc6)

1.2.15 (2025-01-28)

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

1.2.14 (2025-01-23)

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

1.2.13 (2025-01-23)

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

1.2.12 (2025-01-20)

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

1.2.11 (2025-01-15)

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

1.2.10 (2025-01-09)

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

1.2.9 (2025-01-03)

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

1.2.8 (2024-12-24)

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

1.2.7 (2024-12-19)

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

1.2.6 (2024-12-17)

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

1.2.5 (2024-12-17)

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

1.2.4 (2024-12-12)

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

1.2.3 (2024-12-11)

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

1.2.2 (2024-12-03)

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

1.2.1 (2024-11-26)

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

1.2.0 (2024-11-21)

Features

  • sdk-coin-coredao: add coredao keypair (4865752)

1.1.0 (2024-11-19)

Features

  • sdk-coin-coredao: add coredao sdk skeleton (0e6ce18)