Compose Transaction
Last updated
Last updated
On top of web3 compatibility, Fortmatic also provides custom SDK functions that are optimized for better developer experience and end-user flows. Here's how users can initiate Ether transfers from their wallet to another.
As a developer, you can send Ether using the Fortmatic.transactions.send
method. With the Fortmatic SDK you don't need to specify the sender's wallet address or use Wei for the transaction amount, the Ether to Wei conversion is done for you automatically.
In addition to the familiar confirmation dialog with web3. You can allow end-users to send any amount of Ether to any address by leaving out send option parameters.
You can also use Fortmatic to send transactions with web3 if you already use it to develop. You can follow the links below: