WebServiceDevelopment / PrivateInvoice

P2P based invoicing system where anyone can create their own Node
https://privateinvoice.io/
Apache License 2.0
1 stars 0 forks source link

Generate ETH during onboarding #23

Closed wsdOgawa closed 2 years ago

wsdOgawa commented 2 years ago

This pull request addresses the following:

  1. Generate ETH address on signup
  2. Add ganache funds to user on signup
  3. Add ETH address to contact information

Signup Flow

flowchart TD

A(Generate Mnemonic)
B(Create Address)
C(Create DID)

A --> B
B --> C