Getting Started
Andamio Pioneer Tools
- We use Discord for daily communication. Join the Andamio Network Discord server to connect with other pioneers and stay up to date.
- We use Github for project management and collaboration. On Discord or in a Live Coding session, share your Github handle, and we will add you to the Andamio Pioneers team on Github. Then, you will be able to access the Andamio T3 App Template.
- We use Google Meet for Live Coding meetings. We record each meeting and will share both the video links and the meeting transcripts in the Live Coding Archive. The meeting link will be shared via Discord, and we will have a public calendar soon.
Andamio T3 App Template
This is not yet deployed, or even complete! What's ready is the Course V2 System. That is what we will be testing in our first live coding sessions.
Environment Variables
To use the Andamio T3 App Template locally, you will need to create a .env file in the root of the project. You can use the .env.example file as a template. Here are the current environment variables:
# Andamio Database API URL
NEXT_PUBLIC_ANDAMIO_API_URL="https://andamio-db-api-343753432212.europe-west1.run.app/api/v0"
# Andamioscan API URL (on-chain data)
ANDAMIOSCAN_API_URL="https://preprod.andamioscan.io/api"
# Atlas Transaction API (V2 transaction building)
ATLAS_TX_API_URL="https://atlas-api-preprod-507341199760.us-central1.run.app"
# Cardano Network
NEXT_PUBLIC_CARDANO_NETWORK="preprod"
# Andamio Access Token Policy ID
NEXT_PUBLIC_ACCESS_TOKEN_POLICY_ID="4758613867a8a7aa500b5d57a0e877f01a8e63c1365469589b12063c"Current API "Subsystems"
Andamioscan (Indexer) API
https://preprod.andamioscan.io/api
Andamio Transaction API
https://atlas-api-preprod-507341199760.us-central1.run.app/docs
Andamio DB API
https://andamio-db-api-343753432212.europe-west1.run.app/swagger/
Notes:
- Would any Pioneers prefer an email list for updates?