Closed networkdm closed 4 months ago
@networkdm ser, just curious, what brings your attention to surf?
Hi @0xbe1, I'm an EVM-based, and tools like Viem or Wagmi make building DeFi stuff way easier. Looking for an Aptos equivalent, like surf
@networkdm welcome to aptos and surf, happy to see your contributions.
Randomness APIs are enabled on devnet and testnet, and landing soon on mainnet. As security considerations, requiring functions using randomness to be private to prevent test and abort attacks.
ABIFunction
currently only supportsvisibility: 'friend' | 'public'
so ABIs such as Aptogotchi Random Mint (src and ABI) will got type checking error.I would like to introduce visibility
'private'
as well. Let me know if need more tests or any consideration. Thank you for this DX project!