Token launchpad for new memecoin fair launches inspired by pump.fun.
- Implemented Bonding curve
Anchorsmart contract and write tests for instructions(Init, Buy, Sell). - Built custom indexer to index new bonding curve initializations & trades using
@triton-one/yellowstone-grpcand tested onSolanalocalnet. - Express server to expose
REST APIendpoints for UI to read/write data to bypass onchain-network query overhead. - A web app built using
Vite + React.
- Figure how to test UI with localnet with geyser-plugin deployment of Bonding curve program as it cost actual money to use gRPC url from a RPC provider.
- Write more endpoints to expose Coin data and performaces and add websocket powered real-time data feed for UI/UX state updates.
- UI/UX improvement & api wiring.
- Impelent Coin migration to DEX like Raydium.