FCT Plugins

Quick Start

Before reading Protocol Plugins, we highly recommend to get familiar with Plugin.

What is FCT Plugins?

FCT Plugins are plugins, that helps building FCT with FCT Core Library easier.

FCT Plugins support various protocols and platforms such as Uniswap, ERC20, Compound etc.

Types of Plugins

FCT Plugins has 2 type of plugins:

  • ACTION plugins - plugins, that call Solidity functions, that manipulate blockchains state

  • GETTER plugins - plugins, that call view and pure Solidity function

Last updated