Update ReadMe and add sample sheet

This commit is contained in:
warproxxx
2025-04-02 09:20:16 -07:00
parent 8e500d9437
commit ae90b7b15c
8 changed files with 35 additions and 110 deletions
+2 -1
View File
@@ -3,7 +3,6 @@ from py_clob_client.client import ClobClient
from py_clob_client.clob_types import OrderArgs, BalanceAllowanceParams, AssetType
from py_clob_client.order_builder.constants import BUY
from web3.constants import MAX_INT
from web3 import Web3
from web3.middleware import geth_poa_middleware
@@ -16,6 +15,8 @@ import time
import os
MAX_INT = 2**256 - 1
def get_clob_client():
host = "https://clob.polymarket.com"
key = os.getenv("PK")