- Notifications
You must be signed in to change notification settings - Fork1.5k
The full stack toolkit to build onchain app UX
License
NotificationsYou must be signed in to change notification settings
reown-com/appkit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Note
Looking for Web3modal v[1-5]?switch the branch.
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.
Create
apps/laboratory/.env.local
file using the template fromapps/laboratory/.env.example
In each of the
examples
create.env.local
file with following contents
VITE_PROJECT_ID="your_project_id"
- Run
pnpm watch
to build and watch for file changes in a separate tab - Run gallery, laboratory or examples in a separate tab i.e.
pnpm laboratory
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
If you need to release a canary/alpha/beta you need to enter prelease mode first
pnpm changeset
- Run
pnpm update
and update dependencies - Run
pnpm install
and verify if everything still works correctly - Merge your feature branch into
main
- Changesets action will create or update a release PR
- When such PR is merged, it will trigger an automatic deploy to npm and publish release on github
See <app/laboratory/tests/README.md>
About
The full stack toolkit to build onchain app UX
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published