Skip to content

Instantly share code, notes, and snippets.

🔐 Privacy Policy: Onchain Wallet Analyzer GPT
Hey there 👋 — just a quick heads-up about how your data is (not) used when interacting with this GPT.
🧠 No data is stored
This GPT does not store, log, or retain any of the wallet addresses you enter. Everything happens in real-time, based on the current information pulled from public blockchains or APIs like Etherscan, Zapper, and Alchemy.
🌍 Fully stateless + transparent
No cookies
No analytics
import Fastify from 'fastify';
import WebSocket from 'ws';
import dotenv from 'dotenv';
import fastifyFormBody from '@fastify/formbody';
import fastifyWs from '@fastify/websocket';
// Load environment variables from .env file
dotenv.config();
@jongrinnellsf
jongrinnellsf / IMG URL
Created November 2, 2019 23:09
TEST IMG
IMG
- change the layout- ensure it's compatible with mobile
- appending return to the 'last' li with jquery results in buggy code - clean it up
- reconsider the approach and de-scope - need to re-think what's important for users
--- result: changed API provider (was maxing out calls, data was difficult to deal with)
--- result: updated layout, made it responsive
--- added styles, cleaned up chart, cleaned up JS code
For API project
As a new user, I want to add a stock by ticker/symbol (e.g. SNAP, F, T) (priority = high)
As a new user, I want to add a cryptoasset by ticker/symbol (e.g. BTC, ETH, LTC, ZRX) (priority = high)
As a new user, I want to see my stock on the chart (priority = high)
As a new user, I want to see my cryptoasset on the chart (priority = high)
As a new user, I want to compare the annual % return of all assets I add (priority = high)
As a new user, I want to see up to date prices (priority = high)
As a new user, I want to see up to date annual % returns (e.g. 6.5%) (priority = high)
As a new user, I want to remove individual assets from my list (priority = medium)
As a new user, I want the assets I search for to be listed on the screen (priority = medium)
As a new user, I want the chart to scale/adjust to the items I add and delete (priority = medium)