Complexity Score
High
Open Issues
60
Dependent Projects
4
Weekly Downloadsglobal
48,051
Keywords
License
- Apache-2.0
- Yesattribution
- Permissivelinking
- Permissivedistribution
- Permissivemodification
- Yespatent grant
- Yesprivate use
- Permissivesublicensing
- Notrademark grant
Downloads
Readme
[!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
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
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
- 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
Running tests
See <app/laboratory/tests/README.md>
Dependencies
No runtime dependency information found for this package.
CVE IssuesActive
0
Scorecards Score
No Data
Test Coverage
No Data
Follows Semver
Yes
Github Stars
5,100
Dependenciestotal
0
DependenciesOutdated
0
DependenciesDeprecated
0
Threat Modelling
No
Repo Audits
No
Learn how to distribute @reown/appkit-common in your own private NPM registry
$npm config set registry
https://npm.cloudsmith.com/owner/repo
/Processing...
โDone
$npm install @reown/appkit-common
/Processing...
โDone
126 Releases
NPM on Cloudsmith