If a contract developer create a brand/issuer in their contract, they need a way to share the resulting boardId with an off chain client if the client wishes to make an offer using the brand.
One way to do this is by using the publishBrandInfo helper:
Question - is it a requirement to produce the issuer in the core-eval? Or this is only needed if the proposer wants to make the issuer available in the bootstrap space for future proposals? cc @dckc
If a contract developer create a brand/issuer in their contract, they need a way to share the resulting
boardId
with an off chain client if the client wishes to make an offer using the brand.One way to do this is by using the
publishBrandInfo
helper:The docs section should show the developer how to publish from the contract side and how to read from the dapp/offchain client side.