eternal-ai-sdk
v0.0.23
Published
https://eternalai.org/
Downloads
49
Readme
ethernal-ai-sdk
This project is sdk of Eternal AI on Trustless Computer.
Requirements
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
Installation
- 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