You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First let me say that I find this repo to be quite fascinating in terms of the approach to minting using a Smart Contract (threads). I have a question however!
When I go to create the /initialize page and create the token with too many threads it gives the error (for example):
Maximum transaction size of 16384 exceeded. Found: 34125
I'm wondering if it would be possible to deploy multiple thread contracts instead of just 1, with each thread contract controlling a specific set of datums (Splitting up the policy NFT's into each). My thought process here is that, for a small mint with say 100 NFT's and 10 threads, you can expect things to be fine during a mint, but let's say you had 5000 NFT's instead with only 10 threads, you start to get a ton of UTXO contention.
Would having multiple thread contracts (to have less UTXO contention), be worth paying the upfront thread seed tx's costs?
Hopefully what i'm asking makes sense.. new to all this smart contract stuff 😄
The text was updated successfully, but these errors were encountered:
First let me say that I find this repo to be quite fascinating in terms of the approach to minting using a Smart Contract (threads). I have a question however!
When I go to create the
/initialize
page and create the token with too many threads it gives the error (for example):I'm wondering if it would be possible to deploy multiple
thread contracts
instead of just 1, with each thread contract controlling a specific set of datums (Splitting up the policy NFT's into each). My thought process here is that, for a small mint with say 100 NFT's and 10 threads, you can expect things to be fine during a mint, but let's say you had 5000 NFT's instead with only 10 threads, you start to get a ton of UTXO contention.Would having multiple thread contracts (to have less UTXO contention), be worth paying the upfront thread seed tx's costs?
Hopefully what i'm asking makes sense.. new to all this smart contract stuff 😄
The text was updated successfully, but these errors were encountered: