Deploying and testing
Deploying and testing the marketplace contract
ccli deploy ./contracts/market.arlccli set account alice
ccli call market --entry list_for_sale --arg '{"fa2_": "<TZOMBIES MARKET ADDRESS>", "token_id_": 1, "amount_": 1, "price_": 1000000, "expiry_": "2033-01-01 00:00:00"}'ccli set account bob
ccli call market --entry buy --arg '{"order_id": 1, "amount_": 1}' --amount 1tzccli set account alice
ccli call tzombies --entry update_operators_for_all --arg '{"upl": [{ "kind": "left", "value": "<MARKET CONTRACT ADDRESS>" }]}'Last updated