Skip to content

Commit

Permalink
Move old reference docs section up
Browse files Browse the repository at this point in the history
  • Loading branch information
jmintuitive committed Apr 1, 2024
1 parent 6ea303c commit 760eb0b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
[![NPM Package Downloads][npm-image-downloads]][npm-url]

### Reference Docs
[Read the latest reference documentation here.](https://aptos-labs.github.io/aptos-ts-sdk/@aptos-labs/ts-sdk-latest)
1. For SDK documentation, check out the [TypeScript SDK documentation](https://aptos.dev/sdks/new-ts-sdk/)
2. For detailed reference documentation you can search, check out the [API reference documentation](https://aptos-labs.github.io/aptos-ts-sdk/) for the associated version.
3. For in-depth examples, check out the [examples](./examples) folder with ready-made `package.json` files to get you going quickly!

### Latest Version

Expand Down Expand Up @@ -172,12 +174,6 @@ const transaction = await aptos.transferCoinTransaction({
const pendingTransaction = await aptos.signAndSubmitTransaction({ signer: alice, transaction });
```
## Documentation and examples
- For full SDK documentation, check out the [TypeScript SDK documentation](https://aptos.dev/sdks/new-ts-sdk/)
- For reference documenation, check out the [API reference documentation](https://aptos-labs.github.io/aptos-ts-sdk/) for the associated version.
- For in-depth examples, check out the [examples](./examples) folder with ready-made `package.json` files to get you going quickly!
### Testing
To run the SDK tests, simply run from the root of this repository:
Expand Down

0 comments on commit 760eb0b

Please sign in to comment.