Skip to content

Chintai EOS leasing platform command line client

Notifications You must be signed in to change notification settings

harkal/chintaicmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chintai command line client

Chintai EOS leasing platform command line client

Alpha version:

  1. Can check leasing rate and available EOS on the platform

node chicmd.js -d 7 rate

returns the rate and availability

  1. Create borrow transaction

node chicmd.js -a theaccount1 --amount 100 -d 7 -r 0.30

this will spit out the transaction to feed to cleos to get 100 EOS staked at CPU for 7 days with interest 0.30%. Might want to use it like this:

cleos push transaction "`node chicmd.js -a theaccount1 --amount 100 -d 7 -r 0.30`"

About

Chintai EOS leasing platform command line client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published