An open API service indexing awesome lists of open source software.

https://github.com/dgca/boat-contract-gui


https://github.com/dgca/boat-contract-gui

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Build Onchain Apps Toolkit demo site

## Getting Started

#### Step 1: Obtain Wallet Connect Project ID from [walletconnect.com](https://cloud.walletconnect.com/sign-in) and assign to the `.env.local` file

```bash
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=ADD_WALLET_CONNECT_PROJECT_ID_HERE
```

#### Step 2: Install and Run your onchain app

```bash
# Install
yarn

# Run
yarn dev
```

## Develop

To format and lint the package locally use these quick steps.

```bash
# Format fix
yarn format

# Lint fix
yarn lint
```