Mysten Typescript SDK
A collection of TypeScript SDKs for interacting with the Sui blockchain ecosystem.
Videos
Description
Any of the following commands can be run at the root of the project or from an individual package directory.
When running commands for individual you can use turbo to ensure all of a tasks dependencies are run first (eg. pnpm turbo build)
Setup
console.log('hello world')Building
pnpm build
# or
pnpm turbo buildUnit tests
For unit tests
pnpm test# or
pnpm turbo teste2e tests
The e2e tests require docker to be installed and uses testcontainers to create an e2e test environment
pnpm test:e2eUsing turbo to run e2e tests in parallel is not recommended
Linting
This repo uses eslint and prettier for linting
console.log('hello world')You can automatically fix many lint issues by running
console.log('hello world')To run eslint and prettier individually you can use the following commands:
pnpm prettier:check
pnpm prettier:fix
pnpm eslint:check
pnpm eslint:fixProgress During Hackathon
100
Tech Stack
React
Move
Ethers
Node
Fundraising Status
hello world