paritytech / capi-multisig-app

[WIP] Simple multisig administration
https://multisig.capi.dev/
Apache License 2.0
8 stars 0 forks source link

feat: store setups and calldata in dynamoDB (backend+frontend) #200

Open hamidra opened 1 year ago

hamidra commented 1 year ago

This adds the persistent storage for calldata + accounts multisig setups.

to run locally:

netlify[bot] commented 1 year ago

Deploy Preview for capi-multisig ready!

Name Link
Latest commit b89423c3d453443347f28c36d6f3e00a66bacb66
Latest deploy log https://app.netlify.com/sites/capi-multisig/deploys/64aeaff9d5eaa80008f98e5e
Deploy Preview https://deploy-preview-200--capi-multisig.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

gaboesquivel commented 1 year ago

this lgtm, I would suggest infer return types in functions, this helps to reduce boilerplate

hamidra commented 1 year ago

this lgtm, I would suggest infer return types in functions, this helps to reduce boilerplate

Good point. Added return types at API's are intentional to explicitly specify the expected types.