<aside> 🧙‍♂️ GEN F SDK is a minimalist SDK that wraps contract interactions and provides statistic data from the backend.

</aside>

📋 SDK


Import & Initialization

import { GenF, ChainId } from '@flooz/gen-f-sdk';
const sdk = new GenF(ChainId.RINKEBY_TESTNET); // only Rinkeby for now

Constants

Types / Entities

Methods