-
Notifications
You must be signed in to change notification settings - Fork 1
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
dev <--- Wallet creation #2
Conversation
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.
C'est quoi postcss ?
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.
Une dépendance nécessaire pour tailwind
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.
Ok je savais pas, merci de la précision
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.
J'ai pas bien compris les lignes 18 à 21. Normalement dans viem tu peux generate une mnemonic et faire un mnemonic to privatekey
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.
On peut pas extraire une private key d'une mnemonic avec viem donc faut passer par des lib comme bip39 pour le faire a la main
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.
J'ai creusé un peu le sujet et effectivement il n'y a pas la possibilité de le faire avec viem ce qui est dommage
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.
Est-ce que tu utilises les libs @Scure et buffer ?
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.
scure oui pour créer ma private key mais buffer non
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.
Ok tu pourras supprimer buffer à ton prochain commit stp
merge sur dev plutôt que sur main |
Description
Several components have been added, mainly relating to the vertical navbar and wallet creation (selection, etc.).
Added several useful functions such as encryption, decryption and wallet creation with the viem lib.
Added new dependencies such as tailwind viem...
Changes include
Checklist