Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eteissonniere/neko
https://github.com/eteissonniere/neko
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eteissonniere/neko
- Owner: ETeissonniere
- Created: 2022-08-29T12:59:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T17:03:11.000Z (about 2 years ago)
- Last Synced: 2023-03-10T05:51:03.221Z (over 1 year ago)
- Language: TypeScript
- Size: 27.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neko
A small command line tool to export and analyze balance transfers on a Substrate
based blockchain.## Installation
Assuming you have [`deno`](https://deno.land/) installed, simply use the command
below:```
deno install https://raw.githubusercontent.com/ETeissonniere/neko/main/src/main.ts
```## Usage
Use `neko help` to see more commands and options :smile:.
### Generate an export
You first need to export the transfers to a local CSV.
```
neko fetch -d ./out.csv -u $URL_TO_WSRPC --start $START_BLOCK --end $END_BLOCK
```### Extract some form of analysis
This will display the top receivers and senders for your export.
```
neko report -d ./out.csv
```