# Sushi SDK

The `sushi` package provides TypeScript utilities for building with Sushi across supported chain environments.

## Public entrypoints

The documented public imports are:

| Import                                                    | Use for                                                                          |
| --------------------------------------------------------- | -------------------------------------------------------------------------------- |
| `sushi`                                                   | Chain-agnostic chains, currencies, amounts, prices, math, formatting, and types. |
| `sushi/evm`                                               | EVM API helpers, EVM chains, EVM currencies, pools, config, ABIs, and utilities. |
| <div style={{ textWrap: "nowrap" }}>`sushi/stellar`</div> | Stellar chain, address, currency, config, and utility helpers.                   |
| `sushi/svm`                                               | SVM/Solana chain, currency, config, and utility helpers.                         |
| `sushi/mvm`                                               | Move VM chain, token, config, and utility helpers.                               |

## Start here

* [Currency](/sdk/concepts/currency)
* [Primitives](/sdk/concepts/primitives)
* [Get a Quote](/sdk/guides/quote)
* [Build and Execute a Swap](/sdk/guides/swap)
* [EVM API Reference](/sdk/reference/evm/api)
