https://github.com/reown-com/reown-walletkit-js
Monorepo for Reown's WalletKit JS implementation
https://github.com/reown-com/reown-walletkit-js
prod team-walletkit
Last synced: 4 months ago
JSON representation
Monorepo for Reown's WalletKit JS implementation
- Host: GitHub
- URL: https://github.com/reown-com/reown-walletkit-js
- Owner: reown-com
- License: other
- Created: 2024-09-10T06:31:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-13T10:14:37.000Z (4 months ago)
- Last Synced: 2026-02-13T21:56:11.899Z (4 months ago)
- Topics: prod, team-walletkit
- Language: TypeScript
- Homepage:
- Size: 8.37 MB
- Stars: 21
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Reown-js
Open protocol for connecting Wallets to Dapps
## Setup
1. Ensure [nodejs and npm](https://nodejs.org/en/)
2. Clone the repository
3. Install all package dependencies, by running `npm install` from the root folder
## Running checks for all packages
To ensure all packages lint, build and test correctly, we can run the following command from the root folder:
> **For tests to pass in the following command, you will need your own `TEST_PROJECT_ID` value**,
> which will be generated for you when you set up a new project on [WalletConnect Cloud](https://cloud.walletconnect.com).
```zsh
TEST_PROJECT_ID=YOUR_PROJECT_ID npm run check
```
## Command Overview
- `clean` - Removes build folders from all packages
- `lint` - Runs [eslint](https://eslint.org/) checks
- `prettier` - Runs [prettier](https://prettier.io/) checks
- `build` - Builds all packages
- `test` - Tests all packages
- `check` - Shorthand to run lint, build and test commands
- `reset` - Shorthand to run clean and check commands
## Troubleshooting
1. If you are experiencing issues with installation ensure you install `npm i -g node-gyp`
2. You will need to have xcode command line tools installed
3. If there are issues with xcode command line tools try running
```zsh
sudo xcode-select --switch /Library/Developer/CommandLineTools
sudo xcode-select --reset
```
## License
Apache 2.0