/smart-wallet

simple implementation of coinbase smart wallet

Primary LanguageTypeScriptMIT LicenseMIT

setup actions

simple implementation of setup actions for zora's create Tool using

  • @zoralabs/protocol-sdk
  • viem
Screenshot 2024-04-01 at 10 09 48 PM

Components

  • @/components/GenerateButton: UI component to create setup actions.

Libraries

  • @/lib/zora/getSetupActions: call to get array of the following setup actions.
  • @/lib/zora/getSetupNewTokenCall: call for setupNewToken.
  • @/lib/zora/getUpdateTokenURICall: call for updateTokenURI.
  • @/lib/zora/getUpdateRoyaltiesForTokenCall: call for updateRoyaltiesForToken.
  • @/lib/zora/getCallSaleCall: call for callSale.
  • @/lib/zora/getSetSaleCall: call for setSale to setup the sale.
  • @/lib/zora/getMinterPermissionCall: call for addPermission with minter role.
  • @/lib/zora/getAdminMintCall: call for adminMint.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details