Skip to content

0xZod/memswap-interface

 
 

Repository files navigation

memswap-banner

Contributing

  • Open a pull request
  • Report a bug

Getting Started

  1. Run the development server:
npm install
# or
yarn
  1. Add the necessary env variables:
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=
NEXT_PUBLIC_ALCHEMY_API_KEY=
NEXT_PUBLIC_RESERVOIR_API_KEY
NEXT_PUBLIC_SENTRY_DSN=
SENTRY_ORG=
  1. Start the dev server by running this command
npm run dev
# or
yarn dev
# or
pnpm dev

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

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.9%
  • JavaScript 22.0%
  • CSS 2.1%