Getting Started
Welcome to the Airas Network ecosystem! This guide will help you take your first steps with our suite of tools and servicesâAiras Assistant, Airas Agent, and our own Airas Network (built on Polygon zkEVM). Whether youâre here for a quick test drive or ready to dive into production-level deployment, follow the sections below to get everything set up.
Prerequisites
Node.js (LTS or later)
npm or yarn
A GitHub account (to clone or fork our repositories)
Having these ready will make your journey smoother.
1ď¸âŁ Install and Explore Airas Assistant
Airas Assistant is our AI-driven chat platform, tailored for blockchain tasks. Soon to be open source, it will let you customize and integrate AI chat directly into your projects.
Sign Up / Check Availability Visit Airas Assistant (link coming soon!) for details on beta access or upcoming release notes. Keep an eye on our GitHub for an open-source version if youâd rather self-host or modify.
Get Comfortable with the UI Explore the chat interface. Ask blockchain-related questions to see how it handles queries about contracts, NFTs, or general crypto topics.
Plan Your Integrations If you plan to embed Airas Assistant into your own dApps or internal tools, watch for our upcoming open-source release. Youâll be able to fork the repo and customize it to match your projectâs needs.
2ď¸âŁ Set Up Airas Agent
Airas Agent is where the magic of autonomous AI meets real-world web navigation. Think of it as your AI-powered sidekick that can execute tasks across various websitesâperfect for DeFi operations, NFT scouting, or any repetitive web-based workflow.
Quick Start
In your .env
, set up keys for your chosen AI provider:
Run the Dev Server
Open http://localhost:3000 in your browser.
Enter a goal or task (e.g., âCompare top NFT marketplacesâ).
Watch Airas Agent autonomously navigate and gather information for you.
Tips
Enable logging or screenshots in your
.env
for deeper insights.Explore the
app/lib
folder to understand how browser automation is handled.Check out the
AI Providers
section to switch between OpenAI and Ollama seamlessly.
3ď¸âŁ Connect to Airas Network
Our own Airas Network is built on Polygon zkEVM technology, offering low fees and high throughput. This is the place to deploy your dApps, tokens, or experiments in a decentralized, AI-friendly environment.
Configure Your Wallet Add the Airas Network to MetaMask or your preferred wallet. Grab some test tokens if available (details coming soon).
Deploy Smart Contracts Use familiar Polygon zkEVM tools (e.g., Hardhat, Truffle) but point them to Airas Network RPC endpoints. Compile and deploy your contracts as you normally would.
Integrate with Airas Assistant Once deployed, ask Airas Assistant to help you verify or interact with your contracts. Streamline tasks like contract function calls, reading logs, or analyzing transaction data.
Automate with Airas Agent Let Airas Agent handle repetitive tasksâlike tracking token prices or bridging assetsâusing its AI-driven web automation.
4ď¸âŁ Next Steps
Dive Deeper: Check out Core Concepts to understand how AI, blockchain, and real assets intersect in Airas Network.
API Reference: If youâre integrating Airas Assistant or Agent programmatically, our API docs will guide you through every endpoint.
Use Cases: Browse real-world examples to see how others are leveraging AI + blockchain.
Community & Support: Join our Discord to connect with developers, ask questions, or share your latest project.
Need Help?
Discord: Pop in to ask questions, suggest features, or show off your creations.
GitHub Issues: Found a bug? Have an idea for an improvement? Let us know!
Twitter/Newsletter: Stay updated on major releases, open-source announcements, and upcoming features.
Thatâs it! Youâre all set to explore the Airas Network ecosystem. Weâre excited to see what you buildâwhether itâs automating DeFi workflows, launching your own dApp, or pushing the boundaries of AI-assisted blockchain projects. If you have any questions or run into issues, our community is here to help. Letâs shape the future of decentralized tech together!
Last updated