Detalhes do pacote

@bitgo/sdk-coin-tao

BitGo6.2kMIT1.8.4

BitGo SDK coin library for TAO (Bittensor) coin

readme (leia-me)

BitGo sdk-coin-tao

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

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

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

const sdk = new BitGoAPI();

sdk.register('tao', Tao.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 (log de mudanças)

Change Log

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

1.8.4 (2025-06-25)

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

1.8.3 (2025-06-24)

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

1.8.2 (2025-06-18)

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

1.8.1 (2025-06-10)

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

1.8.0 (2025-06-05)

Features

1.7.3 (2025-06-02)

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

1.7.2 (2025-05-28)

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

1.7.1 (2025-05-22)

Bug Fixes

  • remove empty space character at end of file names (51bd0f5)

1.7.0 (2025-05-20)

Features

  • sdk-coin-polyx: add transaction builders (31c96bb)

1.6.9 (2025-05-07)

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

1.6.8 (2025-04-29)

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

1.6.7 (2025-04-25)

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

1.6.6 (2025-04-15)

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

1.6.5 (2025-04-04)

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

1.6.4 (2025-04-02)

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

1.6.3 (2025-03-28)

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

1.6.2 (2025-03-20)

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

1.6.1 (2025-03-18)

Bug Fixes

  • sdk-coin-tao: prevent real api calls by using beforeEach for stubbing (4415e0e)

1.6.0 (2025-03-06)

Features

  • abstract-substrate: add wrw for tao (9f30890)

1.5.0 (2025-03-04)

Bug Fixes

  • sdk-coin-tao: allow consolidations (0e374cf)
  • sdk-coin-tao: change amount and netuid type to string (bbb92aa)
  • sdk-coin-tao: use tao builder not dot (3ee7bfc)

Features

  • sdk-coin-tao: add staking builder (0859b9d)
  • sdk-coin-tao: add unstaking builder for TAO (fe568b5)

1.4.0 (2025-02-26)

Bug Fixes

  • sdk-coin-tao: allow consolidations (0e374cf)

Features

  • sdk-coin-tao: add staking builder (0859b9d)
  • sdk-coin-tao: add unstaking builder for TAO (fe568b5)

1.3.2 (2025-02-20)

Bug Fixes

  • sdk-coin-tao: allow consolidations (0e374cf)

1.3.1 (2025-02-19)

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

1.3.0 (2025-02-11)

Bug Fixes

  • abstract-substrate: fix abstract-substrate implementation (1c986da)
  • sdk-coin-tao: fix coinBuilderMap for tao (b592e09)

Features

  • sdk-coin-tao: add network to ttao (79ad572)

1.2.0 (2025-02-05)

Features

  • implement base transaction and transfer builders (b342edd)

1.1.0 (2025-01-28)

Bug Fixes

Features

  • implement tao specific functions (67e658e)

1.0.4 (2025-01-23)

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

1.0.3 (2025-01-23)

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

1.0.2 (2025-01-20)

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

1.0.1 (2025-01-15)

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