Dependencies
📦 Dependencies
Autumn is powered by a streamlined set of libraries that handle blockchain connectivity, AI integration, environment management, and HTTP communication.
đź”§ Core Libraries
@solana/web3.js
^1.98.0
Facilitates transactions and data interactions on Solana
dotenv
^16.4.7
Loads configuration from your .env
file
firebase
^11.1.0
Enables real-time database and user authentication
node-fetch
^3.3.2
Used for performing network requests in a minimal package
openai
^4.77.3
Interfaces with OpenAI for natural language capabilities
bs58
^6.0.0
Handles base58 encoding/decoding—commonly used with Solana
form-data
^4.0.1
Helps manage multipart/form-data requests
punycode
^2.3.1
Converts between Unicode and ASCII formats
These dependencies form the backbone of Autumn’s functionality—giving you the tools to build, deploy, and interact with AI agents on-chain.
Last updated