jwbnw / web3-ai-service

Service layer for Web3 AI
MIT License
0 stars 0 forks source link

Build and deploy - web3aisvc

WIP Solana Hyperdrive Hackathon Project

Service Layer For Web3 AI

The application is live for a short time at: https://www.web3ai-beta.com/ please consider the following.

Readme is WIP and may be incomplete at times. Reach out to repo owner with questions.

Local Dev Getting Started

  1. Clone this repository

  2. Trust the HTTPS development certificate and place it in ./../Resources/Certs/localhost.pfx or modify appsetting.json locally, removing or replacing the entry depending on your preferred local set-up and do not commit

  3. Run the application locally under the https profile

    dotnet run --launch-profile https

Open https://localhost:7247/swagger/index.html to load swagger

Dev Resources