On chain direct

Interacting directly with our smart contract

Download our covey-sdk to interact with our smart contract using python

Snippet of code below:

import covey.covey_trade as ct

t = ct.Trade(address = <public wallet key>, address_private = <private_wallet_key>, posting_only = True)

t.post_trades_polygon('FB:0.25,ETHUSDT:0.15,AMZN:0.0')

Last updated