Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1002 Bytes

File metadata and controls

26 lines (17 loc) · 1002 Bytes

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

Libraries

  • @/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