Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emekamanuel/st-onchain-analysis
module that analyzes the on-chain footprint of any given wallet account on Solana
https://github.com/emekamanuel/st-onchain-analysis
blockchain nodejs solana typescript web3
Last synced: 7 days ago
JSON representation
module that analyzes the on-chain footprint of any given wallet account on Solana
- Host: GitHub
- URL: https://github.com/emekamanuel/st-onchain-analysis
- Owner: EmekaManuel
- Created: 2024-05-20T09:47:59.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-24T16:02:53.000Z (7 months ago)
- Last Synced: 2024-11-17T23:11:16.158Z (2 months ago)
- Topics: blockchain, nodejs, solana, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 12.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana ID On-Chain Scoring Module
## Introduction
This module analyzes the on-chain footprint of Solana wallet accounts to derive a credibility score.
## Setup
1. Clone the repository.
2. Install dependencies: `npm install`
3. Add your wallet address in `index.ts`.
4. Run the project: `npx ts-node src/index.ts`## Usage
The module calculates the score based on transaction history, token balances, smart contract interactions, and staking activities.
## API Endpoints
- `getTransactionHistory(publicKey: PublicKey)`
- `getTokenBalances(publicKey: PublicKey)`
- `getAccountInfo(publicKey: PublicKey)`