Deploying a starknet contract with non-whitelisted hints

We are working on a Circom Export to Cairo, we have finished writing the logic and have tested it as a cairo program. We now want to deploy it as a Starknet contract (to the testnet), but we use a library that has non-whiteliested hints. We were able to compile it with the --disable-hint-validation flag, but we cannot deploy it because of the hints.

14 Likes

Hi! we’re still working out the proper process of hint whitelisting, currently, this has to go through us. You can contact me on Telegram (FeedTheFed) and we can discuss whitelisting the particular hints you need.

11 Likes