Sprinter TS is a powerful developer toolkit designed to simplify cross-chain integrations and enhance the developer experience. It includes:
- TypeScript SDK for strongly typed APIs and simplified interactions.
- React SDK with hooks and context for seamless integration into React applications.
- Comprehensive Documentation to guide and support developers.
Whether you're building cross-chain applications or experimenting with decentralized technologies, Sprinter provides the tools you need to succeed.
Before you begin, ensure you have the following installed:
To get started with the project:
-
Clone the repository:
git clone https://github.com/ChainSafe/sprinter-ts.git
-
Navigate to the project root:
cd sprinter-ts
-
Set Node.js to the compatible version (skip if you use a manual approach):
nvm use
-
Enable Corepack:
corepack enable
-
Install the dependencies:
yarn install
To build all packages, run:
yarn build
Here's the corrected and updated Testing and Linting and Formatting documentation that reflects your unchanged package.json
.
yarn test:unit
This command executes unit tests in all packages where they are defined.
yarn test:integrations
This command executes integration tests in all packages where they are defined.
This project uses ESLint to enforce code style and formatting. To ensure consistent code quality, you can use the following command:
yarn lint
This command runs the linter across all workspaces to identify any issues.