/metaport-integration-demo

Primary LanguageTypeScriptGNU Lesser General Public License v3.0LGPL-3.0

SKALE Metaport Integration Demo

Discord

This repository provides a hands-on example of how to integrate the SKALE Metaport Widget into your React project.

Metaport Preview

Getting Started

  1. Clone this repo
git clone https://github.com/skalenetwork/metaport-integration-demo.git
  1. Install dependencies
bun install # or yarn install
  1. Optional: set environement variable for WalletConnect wallets
echo VITE_WC_PROJECT_ID=[your project id] > .env
  1. Run dev server
bun dev # or yarn dev
  1. Customize config in src/metaportConfig.ts

You can check out mainnet config example in the SKALE Portal repo.

Contributing

We welcome contributions to the SKALE Metaport Widget Integration Demo! Please read through our contributing guidelines to learn about our submission process, coding standards, and more.

License

GitHub

All contributions are made under the GNU Lesser General Public License v3. See LICENSE.