This project is sdk of Trustless Computer.
The following dependencies are required to build and run this project, depending on your OS, they may already be installed:
- Install node (v18 recommended)
- Install yarn or npm
- Get started:
touch .env.local
- Install dependencies:
yarn install
- Start development server
yarn dev
- Build
yarn build
- Run test
npx ts-node src/foo.ts