Avatar
Alex
ad1a216219eb17ef3f6cc28c288d86bd1d414ef1062475db716bb513ee8143a0
Astrophysics. Software.
Replying to Avatar Sergio

Oh wow

Oh wow indeed ... it gives you a very decent frontend (react, et al) with a default serverless backend and database (supabase). Personally I use a different solution for the backend (fastapi) but make use of their front end generation - super quick to go from concept to something working(ish)!

Happy coding!

Basically communicate with an AI generate to generate code for you.

This site let's you make a front-end website:

https://lovable.dev/

It's good to see how it works under the hood.

The rough steps once you have a 12-/24-word seed phrase involve juggling the non-sensitive data from an air-gapped device (SeedSigner) to your internet connected device (Sparrow on a laptop) using QR codes:

1. Load your seed phrase into SeedSigner

2. Scan you master public (xpub) key from SeedSigner into Sparrow

3. Create a partially signed transaction with Sparrow.

4. Load this partially signed transaction into SeedSigner.

5. Fully sign the transaction with SeedSigner.

6. Load the fully signed transaction into Sparrow.

7. Broadcast the fully signed transaction with Sparrow.

and voila ... The fully signed transaction gets propagated through the network via bitcoin nodes and hopefully get validated by a bitcoin miner shortly after.

Try these steps with a small amount of bitcoin until you become more comfortable.