Floresta 🤝 WebAssembly

This is a demo on how to use Floresta with WebAssembly. This module is an export form the Rust library, generated with wasm-pack. You can create a new instance of Floresta Chain and call its methods from JavaScript. Floresta Chain is our representation of the Bitcoin Blockchain, it contains a chain of headers, the accumulator and some other information about the chain. This example will sync up to the Signet tip, using a REST API. Click the button below to start syncing.

Loading...

While using Floresta, you should look at the blocks to find transactions that belong to you. You can add addresses to your wallet and Floresta will look for transactions that belong to you. Just drop an address in the input bellow, and Floresta will list all transaction destined to you. You may also click the button to generate a new fresh one. You can then go ahead and visit Signet Faucet to get some coins. Once it is confirmed, you can see the transaction in the list bellow.

Add an address

Our wallet