GaloyMoney / dev.galoy.io

The source code of the Galoy Developer Documentation website
https://dev.galoy.io
2 stars 3 forks source link

some flowcharts to add in README #9

Open nicolasburtey opened 1 year ago

nicolasburtey commented 1 year ago
flowchart TD
    B[Account] --> A0{Identity.id == kratosId}
    B[Account] --> A1[User.id == kratosId]
    C[Wallet BTC] --> B
    D[Wallet USD] --> B
    E[TX] --> C
krishna-p060 commented 4 months ago

Hello , Resolved this issue and created the pull request , please review and merge it.

krishna-p060 commented 4 months ago

@nicolasburtey please review and merge it.