@kibisis/connect-kit
v1.0.0-beta.1
Published
The UI kit to allow dApps to connect to the Kibisis wallets.
Downloads
56
Readme
Table Of Contents
🗂️ 1. Overview
...TBA.
🪄 2. Getting Started
2.1. Requirements
- Install Node v20.9.0+ (LTS as of 20th October 2024)
2.2. Installation
Install the dependencies using:
npm install @kibisis/connect-kit
📑 3. Appendix
3.1. Useful Commands
| Command | Description |
|----------------------|----------------------------------------------------------------------------------|
| yarn build
| Builds the package to the dist/
. |
| yarn build:example
| Builds the example app to the .example/
. |
| yarn check:types
| Checks the types. |
| yarn lint
| Runs linting. |
| yarn prettier
| Runs prettier
with the same configuration that is run on the pre-commit hooks. |
| yarn start:example
| Runs the example app at http://localhost:8080. |
| yarn test
| Runs the tests. |
👏 4. How To Contribute
Please read the Contributing Guide to learn about the development process.
📄 5. License
Please refer to the COPYING file.