FeverTokensFeverTokens
Technology
Ecosystem
About
Blog
Contact
Get Started
Back to Blog
Technical

Building with the FeverTokens SDK

September 10, 20247 min read
Building with the FeverTokens SDK

The FeverTokens SDK is the primary interface for developers building tokenization systems on our infrastructure. It provides a TypeScript-first API for defining token configurations, selecting compliance modules, generating smart contract systems, and deploying them across multiple EVM-compatible chains. The SDK abstracts the complexity of diamond proxy patterns, storage layout management, and facet wiring into a declarative configuration model that reads like a specification rather than low-level bytecode manipulation.

At its core, the SDK operates on manifests — JSON documents that describe the desired state of a smart contract system. A manifest lists the packages to be installed, their versions, their configuration parameters, and the target chain. When you run the deploy command, the SDK resolves dependencies, checks compatibility, generates the diamondCut calldata, and executes the transaction. If you are upgrading an existing system, the SDK computes the minimal diff between the current and desired states, ensuring that only the changed facets are replaced.

The SDK also includes utilities for testing, monitoring, and interacting with deployed systems. The test runner spins up a local Hardhat or Anvil node, deploys the manifest, and executes a suite of generated and custom tests. The monitoring module watches on-chain events and syncs them to a local database for querying. And the interaction module provides typed wrappers for every function exposed by the diamond, so developers get full autocomplete and type safety when building front-end integrations or automation scripts.

Back to Blog
FeverTokensFeverTokens

Enterprise blockchain infrastructure for real-world asset tokenization. Paris-based deeptech.

Technology

  • POF
  • SDK
  • Standards

Products

  • FThub
  • CLI Platform
  • FeverPlatform

Company

  • About
  • Blog
  • Contact
38 rue Jean-Mermoz, 75008 Paris, France
© 2026 FeverTokens SAS. All rights reserved.