koalex / ton-most-profitable-giver

Get most profitable giver and write to file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TON most profitable giver

Get most profitable giver for current time and write it to process.env.GIVER_PATH or mostProfitableGiver.txt

Install dependencies:

npm i

Usage:

npm start

or in your code:

const {getMostProfitableGiver} = require('ton-most-profitable-giver');

getMostProfitableGiver().then(giver => console.log(giver));

This project is licensed under the MIT License - see the LICENSE file for details

About

Get most profitable giver and write to file.

License:MIT License


Languages

Language:JavaScript 100.0%