Standalone AO API server written in TypeScript. Use @autonomousorganization/ao-cli to install and run as a service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
deicidus e49cfafe46 initial commit of standalone server 2 years ago
src initial commit of standalone server 2 years ago
.gitignore initial commit of standalone server 2 years ago
LICENSE initial commit of standalone server 2 years ago
README.md initial commit of standalone server 2 years ago
package-lock.json initial commit of standalone server 2 years ago
package.json initial commit of standalone server 2 years ago
tsconfig.json initial commit of standalone server 2 years ago

README.md

Top cleanup in this codebase

  • Replace configuration.js with .env file (loaded automatically by Vite)
  • Figure out why the client can't contact the server
  • Fix 801 TypeScript errors on server