Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sweetmantech/smart-wallet
simple implementation of coinbase smart wallet
https://github.com/sweetmantech/smart-wallet
Last synced: about 16 hours ago
JSON representation
simple implementation of coinbase smart wallet
- Host: GitHub
- URL: https://github.com/sweetmantech/smart-wallet
- Owner: SweetmanTech
- License: mit
- Created: 2024-04-22T21:46:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T21:46:40.000Z (7 months ago)
- Last Synced: 2024-04-22T22:56:27.977Z (7 months ago)
- Language: TypeScript
- Size: 5.45 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`## 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
- [@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