Get Started
Last updated
Was this helpful?
Last updated
Was this helpful?
Fortmatic SDK allows you to easily integrate your app with the Ethereum blockchain, whether you already have a dApp integrated with web3 or are starting from scratch. Fortmatic provides a smooth and delightful experience for both you and your app's users.
This documentation for the Fortmatic Javascript SDK will get you started in minutes!
Let's start by building a simple Ethereum wallet dApp that uses Fortmatic to send test Ether transactions to other users.
👉 Go to our on CodePen to get started.
Install Fortmatic SDK to your dApp by including a script tag between the "TODO" comment lines on the CodePen editor.
or download Fortmatic SDK to your project via NPM.
Create a Fortmatic instance with your API key with the following script and replace your existing web3 provider.
Make sure to use your Testnet key for this tutorial.
You can implement web3 functionalities just like how you would normally with MetaMask.
After putting the 3 code snippets above into the editor, click on the Send Transaction button in the web preview and voilà ! Your app is now blockchain enabled!
You need to sign up or log into your to get your API keys: