Skip to content

Open source UI for interacting with the Althea ecosystem. Forked from plex-engineer/canto-v3

Notifications You must be signed in to change notification settings

chalabi2/althea-appV2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Althea App

An application to interact with the althea blockchain. This app is a fork of cantoV3

Getting Started

First, create a .env file in the root of the project and add the following environment variables:

NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID= # wallet connect
NEXT_PUBLIC_CANTO_MAINNET_API_URL= # This is the url of the althea api backend server
NEXT_PUBLIC_CANTO_TESTNET_API_URL= # This is the url of the althea api backend server
NEXT_PUBLIC_AMBIENT_API_URL=
NEXT_PUBLIC_CANTO_DUST_BOT_URL=

NEXT_PUBLIC_POSTHOG_HOST= # posthog analytics
NEXT_PUBLIC_POSTHOG_KEY= # posthog analytics
NEXT_PUBLIC_ETH_PRICE_KEY=

Second, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Third, clone and follow the instructions in the api server to run the application backend.

Backend

The althea api is a fork of canto-api which is a go client paired with a redis server to store and retrieve data. Run the api server and update the front end environment variables to point to the correct ip:port.

About

Open source UI for interacting with the Althea ecosystem. Forked from plex-engineer/canto-v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.0%
  • SCSS 6.9%
  • JavaScript 0.1%