Varun Kulkarni

Results 16 comments of Varun Kulkarni

@crypt0miester thanks i am working on devnet do you know what @jarry-xiao is talking about to set default status to confirmed for deploy i dont understand how to implement it

They have stopped the development of this python API also no one supports in their discord we had to switch to their js SDK that might be the best bet

you need to do deploy and then mint also deploy_response = json.loads(api.deploy(api_endpoint, name, symbol, 0)) print("Deploy:", deploy_response) assert deploy_response["status"] == 200 contract = deploy_response.get("contract") mint_to_response = json.loads(api.mint(api_endpoint, contract, address1, "https://arweave.net/1eH7bZS-6HZH4YOc8T_tGp2Rq25dlhclXJkoa6U55mM/"))...

this issue of none type is solved in #8 . it is caused by the change in order of signers . the PR is still pending you can clone the...

@jpez16 did you find a solution ?