Fortmatic
WebsiteDashboardSupport
v1.x
v1.x
  • 🚀Get Started
  • 📦Install with NPM
  • 🧩Examples
  • 💬FAQ
  • Web3 Integration
    • Web3 Provider
    • Network Configuration
    • Get User Account
    • Send Ether Transaction
    • Smart Contract Functions
    • User Signing
    • SDK Error Handling
    • Batch Request
  • Smart Contract
    • ERC20 Transfer
    • ERC20 Approve
    • ERC20 TransferFrom
    • Generic Contract Call
  • Fortmatic Native
    • Log In
    • Log Out
    • Is User Logged In
    • Compose Transaction
    • Deposit Address
    • Configuration
  • Security
    • Domain Verification
Powered by GitBook
On this page

Was this helpful?

  1. Fortmatic Native

Configuration

PreviousDeposit AddressNextDomain Verification

Last updated 5 years ago

Was this helpful?

The Fortmatic SDK offers an endpoint for customizing certain UI behavior.

import Fortmatic from 'fortmatic';

const fm = new Fortmatic('YOUR_API_KEY');
fm.configure({ ... });

As of v1.0.1, the only endpoint that makes use of configuration is .

Fortmatic.user.login