Skip to content

forging2012/mrgn-account-search

 
 

Repository files navigation

mrgn account search

A NextJS application to quickly lookup a mrgn account.

Screenshot

Getting Started

Install dependencies and run development server:

cp .env.sample .env
# configure env variables

yarn i
yarn dev

Open http://localhost:3000 with your browser to see the result.

App Router

There is an unresolved issue with the marginfi client and NextJS app router, hence the page router implementation for api routes that interact with the SDK.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.1%
  • JavaScript 10.3%
  • CSS 6.6%