Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Implement end-to-end tDec flow #14

Merged
merged 5 commits into from
Jun 27, 2023
Merged

Implement end-to-end tDec flow #14

merged 5 commits into from
Jun 27, 2023

Conversation

piotr-roslaniec
Copy link
Contributor

@piotr-roslaniec piotr-roslaniec commented Jun 16, 2023

@netlify
Copy link

netlify bot commented Jun 16, 2023

Deploy Preview for nucypher-ts-demo-tdec ready!

Name Link
🔨 Latest commit 5434704
🔍 Latest deploy log https://app.netlify.com/sites/nucypher-ts-demo-tdec/deploys/649b158b0cbc550008163f19
😎 Deploy Preview https://deploy-preview-14--nucypher-ts-demo-tdec.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.

src/index.tsx Outdated
@@ -7,7 +7,7 @@ import App from "./App";

const config: Config = {
readOnlyChainId: Goerli.chainId,
networks: [Goerli]
networks: [Goerli],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mumbai? What is this network intended to be used for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Mumbai, fixed

Copy link
Member

@KPrasch KPrasch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧑‍🚀

I saw it working in today's live demo!

@piotr-roslaniec piotr-roslaniec merged commit 5e37235 into main Jun 27, 2023
@piotr-roslaniec piotr-roslaniec deleted the tdec-poc branch June 27, 2023 17:07
comparator: '==',
value: ':userAddress',
comparator: ">",
value: "0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even though we use a string here, presumably a number is allowed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, both should work fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants