12.0.11 • Published 24 hours ago

@bitgo/sdk-coin-atom v12.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
24 hours ago

BitGo sdk-coin-atom

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

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

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

const sdk = new BitGoAPI();

sdk.register('atom', Atom.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.

12.0.11

24 hours ago

12.0.10

8 days ago

12.0.9

14 days ago

12.0.8

16 days ago

12.0.7

17 days ago

12.0.6

22 days ago

12.0.5

27 days ago

12.0.3

1 month ago

12.0.4

29 days ago

12.0.2

1 month ago

12.0.1

1 month ago

12.0.0

1 month ago

11.0.4

2 months ago

11.0.3

2 months ago

11.0.2

2 months ago

11.0.1

3 months ago

11.0.0

3 months ago

10.1.0

3 months ago

10.0.0

3 months ago

7.0.0

4 months ago

8.0.0

3 months ago

9.0.0

3 months ago

6.0.0

4 months ago

5.0.0

4 months ago

4.0.0

4 months ago

3.18.0

5 months ago

3.17.0

5 months ago

3.16.0

5 months ago

3.15.0

5 months ago

3.14.0

5 months ago

3.13.0

6 months ago

3.6.6

8 months ago

3.6.5

8 months ago

3.6.4

9 months ago

3.6.3

9 months ago

3.6.8

8 months ago

3.6.7

8 months ago

3.4.0

10 months ago

3.11.0

6 months ago

3.8.0

7 months ago

3.6.11

8 months ago

3.6.2

9 months ago

3.10.0

6 months ago

3.7.0

7 months ago

3.6.10

8 months ago

3.6.0

9 months ago

3.12.0

6 months ago

3.5.0

10 months ago

3.3.1

11 months ago

3.3.0

11 months ago

3.3.4

11 months ago

3.3.3

11 months ago

3.3.2

11 months ago

3.1.3

1 year ago

3.1.2

1 year ago

3.2.0

12 months ago

3.1.4

12 months ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago