0.0.2 • Published 13 days ago

eternal-ai-sdk v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
13 days ago

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

  1. Get started:
touch .env.local
  1. Install dependencies:
yarn install
  1. Start development server
yarn dev
  1. Build
yarn build
  1. Run test
npx ts-node src/foo.ts