This package is a collection of tools for analyzing Solana tokens and news. You can use it to gain insights using onchain, birdeye, recent twitter posts and news articles scraped from the web.
The project uses environment variables for configuration. You can set these in a .env file. An example configuration is provided in .env.example.
pnpm installpnpm buildpnpm newspnpm token
pnpm build: Compiles the TypeScript code.pnpm test: Runs the test suite using Jest.pnpm prepare: Prepares the package for publishing by running the build script.pnpm prepublishOnly: Ensures tests pass before publishing.pnpm news: Runs the news analysis script.pnpm token: Runs the token analysis script.
@solana/web3.js: Solana JavaScript API.dotenv: Loads environment variables from a.envfile.openai: OpenAI API client.zod: TypeScript-first schema validation.
@types/jest: Type definitions for Jest.@types/node: Type definitions for Node.js.jest: JavaScript testing framework.ts-jest: TypeScript preprocessor for Jest.typescript: TypeScript language.
This project is licensed under the MIT License.
0xGF