Skip to main content

Public library of all Token Engineering tools

Project description

ltf library

This library is supposed to be a public library of all Token Engineering tools

Installation

pip install ltf

List of all packages

import ltf
help(ltf)

A few examples

from ltf.bondingcurves import Sigmoid
# you can run basic version with default data
sbc = Sigmoid()
sbc.fig_builder().show()

output:


Note: You may need to use your own data

sbc = Sigmoid(
    csv_path='INITIAL_VALUES.csv',
    current_supply=16000000,
    zoom=1
    )

Note2: The format of the csv file should be as follows

- l s m k steps
0 l1 s1 m1 k1 steps
1 l2 s2 m2 k2 steps
2 l3 s3 m3 k3 steps
3 l4 s4 m4 k4 steps

Example:

- l s m k steps
0 20.8 17 2.10E+07 57300 1000
1 2 5 5.00E+04 5 1000
2 2 5 5.00E+05 50 1000
3 6 9 5.00E+06 2.00E+03 1000

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ltf-2021.10.dev2.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

ltf-2021.10.dev2-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page