Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sweetmantech/setup-actions
simple generation of zora setupActions for their ERC1155 protocol
https://github.com/sweetmantech/setup-actions
Last synced: about 16 hours ago
JSON representation
simple generation of zora setupActions for their ERC1155 protocol
- Host: GitHub
- URL: https://github.com/sweetmantech/setup-actions
- Owner: SweetmanTech
- License: mit
- Created: 2024-04-01T18:21:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T01:11:06.000Z (7 months ago)
- Last Synced: 2024-04-03T01:49:32.282Z (7 months ago)
- Language: TypeScript
- Homepage: https://setup-actions.vercel.app
- Size: 5.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup actions
simple implementation of setup actions for zora's create Tool using
- `@zoralabs/protocol-sdk`
- `viem`## 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
- [@sweetmantech](https://github.com/sweetmantech) ([warpcast](https://warpcast.com/sweetman-eth))
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details