Skip to content

reown-com/appkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

15550cd Β· Jan 9, 2025
Jan 9, 2025
Jan 7, 2025
Aug 21, 2024
Jan 8, 2025
Jan 9, 2025
Jan 9, 2025
Aug 5, 2024
Dec 3, 2024
Oct 18, 2024
Dec 6, 2024
Dec 3, 2024
Jan 9, 2025
Sep 16, 2022
Nov 6, 2024
Sep 17, 2024
Nov 25, 2024
Dec 25, 2024
Jan 9, 2025
Dec 25, 2024
Dec 10, 2024
Sep 18, 2024
Sep 17, 2024
Jul 23, 2024
Apr 22, 2024
Dec 3, 2024
Dec 3, 2024

Repository files navigation

Note

Looking for Web3modal v[1-5]? switch the branch.

πŸ“š Documentation

πŸ§ͺ Laboratory

πŸ”— Website

AppKit

Your on-ramp to web3 multichain. AppKit is a versatile library that makes it super easy to connect users with your Dapp and start interacting with the blockchain.

Dev setup

  1. Create apps/laboratory/.env.local file using the template from apps/laboratory/.env.example

  2. In each of the examples create .env.local file with following contents

VITE_PROJECT_ID="your_project_id"
  1. Run pnpm watch to build and watch for file changes in a separate tab
  2. Run gallery, laboratory or examples in a separate tab i.e. pnpm laboratory

Releasing new versions

Enter prelease mode [Optional]

If you need to release a canary/alpha/beta you need to enter prelease mode first

pnpm changeset:pre <release tag>

For example: pnpm changeset:pre a123bas2

Generate changeset

If you need to release a canary/alpha/beta you need to enter prelease mode first

pnpm changeset

Steps

  1. Run pnpm update and update dependencies
  2. Run pnpm install and verify if everything still works correctly
  3. Merge your feature branch into main
  4. Changesets action will create or update a release PR
  5. When such PR is merged, it will trigger an automatic deploy to npm and publish release on github

Running tests

See <app/laboratory/tests/README.md>