Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)`