onflow / flixkit-go

Apache License 2.0
0 stars 7 forks source link

add flix registry smart contract, to store interaction templates on chain #39

Open wfalcon0x opened 4 months ago

wfalcon0x commented 4 months ago

This PR is to add flix registry smart contract, to store interaction templates on chain.

Storing Flow interaction templates on-chain ensures immutability, transparency, and direct access within the blockchain ecosystem, enhancing trust and efficiency.

wfalcon0x commented 4 months ago

Based on @bjartek's suggestion removed enums from the smart contract, and changed them to plain strings to help deserialization. Also deployed the new version to testnet.