Skip to content

valoryteam/valory-adaptor-fastify

Repository files navigation

valory-adaptor-fastify

Provide fastify support for Valory

Usage

npm i valory-apaptor-fastify

Instantiate FastifyAdaptor and pass it to Valory

import {FastifyAdaptor} from "valory-adaptor-fastify";
import {Valory} from "valory-runtime";

Valory.createInstance({
    info: {title: "some api"},
    server: new FastifyAdaptor(),
})