Follow these steps to set up the project locally:
- Clone the repository:
git clone [email protected]:wenex-org/platform-sdk.git
cd platform-sdk
- Initialize Git submodules:
npm run git:clone
- Install dependencies:
pnpm install
- Set up Husky Git hooks (for development):
npm run husky
- Run
npm run husky
to enable Husky hooks during development.
This project is licensed under the Apache License.