File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed
Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ npm add @imtbl/blockchain-data
2828# or
2929pnpm add @imtbl/blockchain-data
3030# or
31- pnpm add @imtbl/blockchain-data
31+ yarn add @imtbl/blockchain-data
3232```
3333
3434## SDK Installation
@@ -55,4 +55,4 @@ import { blockchainData } from '@imtbl/sdk';
5555const { APIError, BlockchainData } = blockchainData ;
5656```
5757
58- However this method will result in a larger bundle size as the entire ` @imtbl/blockchain-data ` package will be included in your bundle.
58+ However this method will result in a larger bundle size as the entire ` @imtbl/blockchain-data ` package will be included in your bundle.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ npm add @imtbl/checkout-sdk
2828# or
2929pnpm add @imtbl/checkout-sdk
3030# or
31- pnpm add @imtbl/checkout-sdk
31+ yarn add @imtbl/checkout-sdk
3232```
3333
3434## SDK Installation
@@ -55,4 +55,4 @@ import { checkout } from '@imtbl/sdk';
5555const { Checkout } = checkout ;
5656```
5757
58- However this method will result in a larger bundle size as the entire ` @imtbl/checkout-sdk ` package will be included in your bundle.
58+ However this method will result in a larger bundle size as the entire ` @imtbl/checkout-sdk ` package will be included in your bundle.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ npm add @imtbl/config
2121# or
2222pnpm add @imtbl/config
2323# or
24- pnpm add @imtbl/config
24+ yarn add @imtbl/config
2525```
2626
2727## SDK Installation
@@ -48,4 +48,4 @@ import { config } from '@imtbl/sdk';
4848const { Environment } = config ;
4949```
5050
51- However this method will result in a larger bundle size as the entire ` @imtbl/config ` package will be included in your bundle.
51+ However this method will result in a larger bundle size as the entire ` @imtbl/config ` package will be included in your bundle.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ npm add @imtbl/minting-backend
2323# or
2424pnpm add @imtbl/minting-backend
2525# or
26- pnpm add @imtbl/minting-backend
26+ yarn add @imtbl/minting-backend
2727```
2828
2929## SDK Installation
@@ -50,4 +50,4 @@ import { mintingBackend } from '@imtbl/sdk';
5050const { MintingBackendModule } = mintingBackend ;
5151```
5252
53- However this method will result in a larger bundle size as the entire ` @imtbl/minting-backend ` package will be included in your bundle.
53+ However this method will result in a larger bundle size as the entire ` @imtbl/minting-backend ` package will be included in your bundle.
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ npm add @imtbl/orderbook
4141# or
4242pnpm add @imtbl/orderbook
4343# or
44- pnpm add @imtbl/orderbook
44+ yarn add @imtbl/orderbook
4545```
4646
4747## SDK Installation
@@ -68,4 +68,4 @@ import { orderbook } from '@imtbl/sdk';
6868const { Orderbook } = orderbook ;
6969```
7070
71- However this method will result in a larger bundle size as the entire ` @imtbl/orderbook ` package will be included in your bundle.
71+ However this method will result in a larger bundle size as the entire ` @imtbl/orderbook ` package will be included in your bundle.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ npm add @imtbl/passport
3030# or
3131pnpm add @imtbl/passport
3232# or
33- pnpm add @imtbl/passport
33+ yarn add @imtbl/passport
3434```
3535
3636## SDK Installation
@@ -57,4 +57,4 @@ import { passport } from '@imtbl/sdk';
5757const { Passport } = passport ;
5858```
5959
60- However this method will result in a larger bundle size as the entire ` @imtbl/passport ` package will be included in your bundle.
60+ However this method will result in a larger bundle size as the entire ` @imtbl/passport ` package will be included in your bundle.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ npm add @imtbl/webhook
2323# or
2424pnpm add @imtbl/webhook
2525# or
26- pnpm add @imtbl/webhook
26+ yarn add @imtbl/webhook
2727```
2828
2929## SDK Installation
@@ -50,4 +50,4 @@ import { webhook } from '@imtbl/sdk';
5050const { handle } = webhook ;
5151```
5252
53- However this method will result in a larger bundle size as the entire ` @imtbl/webhook ` package will be included in your bundle.
53+ However this method will result in a larger bundle size as the entire ` @imtbl/webhook ` package will be included in your bundle.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ npm add @imtbl/x-client
2323# or
2424pnpm add @imtbl/x-client
2525# or
26- pnpm add @imtbl/x-client
26+ yarn add @imtbl/x-client
2727```
2828
2929## SDK Installation
@@ -50,4 +50,4 @@ import { x } from '@imtbl/sdk';
5050const { IMXClient } = x ;
5151```
5252
53- However this method will result in a larger bundle size as the entire ` @imtbl/x-client ` package will be included in your bundle.
53+ However this method will result in a larger bundle size as the entire ` @imtbl/x-client ` package will be included in your bundle.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ npm add @imtbl/x-provider
2323# or
2424pnpm add @imtbl/x-provider
2525# or
26- pnpm add @imtbl/x-provider
26+ yarn add @imtbl/x-provider
2727```
2828
2929## SDK Installation
@@ -50,4 +50,4 @@ import { x } from '@imtbl/sdk';
5050const { GenericIMXProvider } = x ;
5151```
5252
53- However this method will result in a larger bundle size as the entire ` @imtbl/x-provider ` package will be included in your bundle.
53+ However this method will result in a larger bundle size as the entire ` @imtbl/x-provider ` package will be included in your bundle.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ npm add @imtbl/sdk
2222# or
2323pnpm add @imtbl/sdk
2424# or
25- pnpm add @imtbl/sdk
25+ yarn add @imtbl/sdk
2626```
2727# Disclaimer for Alpha Releases
2828
You can’t perform that action at this time.
0 commit comments