https://github.com/dgca/boat-contract-gui
https://github.com/dgca/boat-contract-gui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgca/boat-contract-gui
- Owner: dgca
- Created: 2024-02-08T06:49:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T06:50:36.000Z (over 2 years ago)
- Last Synced: 2025-02-25T07:46:18.557Z (over 1 year ago)
- Language: TypeScript
- Size: 8.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```