This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🔐 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pic |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
see comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IMG |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
see photo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For API project |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
NewerOlder