Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuel77 authored Jun 19, 2024
1 parent bebbc45 commit 1a2f5a6
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
# Turborepo starter
# polkadex-ts

This is an official starter Turborepo.

## Using this example

Run the following command:

```sh
npx create-turbo@latest
```

## What's inside?

This Turborepo includes the following packages/apps:
Collection of SDK(s) crafted to ease Polkadex chain integration.

### Apps and Packages

- `docs`: a [Next.js](https://nextjs.org/) app
- `web`: another [Next.js](https://nextjs.org/) app
- `polkadex-api`: wrapper api for interacting with polkadex chain
- `local-wallets`: utilities for keyrings stored locally in browser
- `thea`: sdk for cross-chain transfer functionality
- `numericals`: commonly used decimal formats and math methods
- `ui`: a stub React component library shared by both `web` and `docs` applications
- `eslint-config-custom`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `tsconfig`: `tsconfig.json`s used throughout the monorepo
Expand Down

0 comments on commit 1a2f5a6

Please sign in to comment.