Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JunoNode/juno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Juno: The ambient intelligence of your Solana wallet.

Track signals. Visualize confidence. Chat with your wallet.

Modular. Minimal. Memory-aware. Built for explorers.

DocsComponentsBreakout SubmissionJuno Manifesto


Juno is a real-time Solana dashboard that listens to what your wallet is doing and helps you understand it.

It shows token values, visual timelines, and signal strength with a clean, ambient UI.
An onboard AI assistant lets you ask questions about your wallet activity using custom code mixed with GPT‑4 powered by memory, prompts, and real-time context.

No setup friction. No bloated UX.
Just clarity, precision, and your own private signal tracker.


Features

  • Conversational AI — Ask Juno about wallet activity, market behavior, token risks, and signal trends.

  • Portfolio Tracking — Monitor real-time balances, value shifts, and historical performance across supported chains.

  • Smart Alerts — Surface critical events like stealth listings, liquidity shifts, insider activity, and potential rugs.

  • Wallet Watching — Track influential wallets and follow smart money movements as they happen.

  • Launch Radar — Detect and analyze newly deployed tokens before they trend.

  • Multi-chain Ready — Built with extensibility in mind for Solana, Ethereum, Arbitrum, Base, and more.

  • Ambient UI — Jungle-inspired interface designed for clarity, minimalism, and deep focus.


Tech Stack

  • frontend : React (Vite), Tailwind CSS, Framer Motion for modular, animated UI

  • backend : Node.js (Express) and Python (FastAPI) microservices for signal processing and memory

  • ui-system : Component-driven layout with reusable elements and dynamic transitions

  • data-layer : PostgreSQL for wallet session storage, signal logs, and prompt history

  • ai-layer : GPT-4 powered natural language assistant connected to wallet and signals

  • dev-tools : TypeScript, ESLint, Prettier, Jest, React Testing Library


Getting Started

  1. Clone the repository:

    git clone https://github.com/JunoNode/juno.git
    cd juno
    

Install Dependencies

  1. npm install

Configure Environment Variables

  1. Copy .env.example to .env.local and add your keys.

Run The App

  1. npm run dev

How It Works

  1. Wallet connects (or uses mock data)
  2. Tokens and signals are parsed and scored
  3. Data flows through session memory
  4. AI assistant responds based on wallet state
  5. Visual components update live as new events arrive

License

MIT License


Links

Website: junonode.io

Twitter: @JunoNode


Powered By

Powered by GPT-4 Built with Vite