-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with frontend #4
Conversation
# Conflicts: # frontend/dist/index.html
# Conflicts: # frontend/dist/index.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM in general pending handling errors and a few nits.
Testing seems to be a big issue here. I think we perhaps want to log some known issues so that we can at least remember to fix them in the future.
PS: Please add a PR description as well. |
One more thing, please remove the |
@stechu Can you change the name of this repo to `manta-signer? |
Done, also |
This is the MVP version of Manta Signer. Manta Signer is a desktop application composed of a simple UI and a daemon running in the background. When Manta's web app needs to perform an operation requiring access to the root seed, it sends a request to Manta Signer's daemon.
Manta Signer has two purposes:
When connected to a locally-running instance of Manta's web app, users are prompted to create an account on first login. Afterwards, the web app can use Manta Signer's daemon to generate addresses, mint private assets, reclaim private assets, and transfer private assets. Operations that spend private assets (reclaims and private transfers) prompt a Manta Signer popup requesting password entry.
-Reclaims and private transfers are temporarily broken pending Merkle tree changes.
-This only works on MacOS for now
-Need to revert back to the manta branch of
manta-api
once the ark-0.3 change is merged.