Skip to content

Commit

Permalink
Add TS to the first NFT SDK tutorial (#3428)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored and 0xchloe committed Aug 28, 2022
1 parent 88411b8 commit fce1a72
Show file tree
Hide file tree
Showing 11 changed files with 459 additions and 135 deletions.
6 changes: 3 additions & 3 deletions developer-docs-site/docs/tutorials/first-transaction-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The `transfer-coin` example code uses helper functions to interact with the [RES
<TabItem value="typescript" label="Typescript">

:::tip See the full example
See [`transfer-coin`](https://github.com/aptos-labs/aptos-core/blob/main/ecosystem/typescript/sdk/examples/typescript/transfer_coin.ts) for the complete code as you follow the below steps.
See [`transfer_coin`](https://github.com/aptos-labs/aptos-core/blob/main/ecosystem/typescript/sdk/examples/typescript/transfer_coin.ts) for the complete code as you follow the below steps.
:::
</TabItem>
<TabItem value="python" label="Python">
Expand All @@ -137,9 +137,9 @@ See [`transfer-coin`](https://github.com/aptos-labs/aptos-core/blob/main/sdk/exa

### Step 4.1: Initializing the Clients

In the first step, the `transfer-coin` example initializes both the REST and faucet clients.
In the first step, the `transfer-coin` example initializes both the API and faucet clients.

- The REST client interacts with the REST API, and
- The API client interacts with the REST API, and
- The faucet client interacts with the devnet Faucet service for creating and funding accounts.

<Tabs groupId="sdk-examples">
Expand Down
Loading

0 comments on commit fce1a72

Please sign in to comment.