Join our discord channel Discord
See here: Add new wallet
- Open a GitHub issue to track and discuss the feature/bug fix.
- Fork the project.
- Create a branch.
- Commit and push your changes.
- Create a PR to the upstream
main
branch.
The project is divided into two directories: src/
, which contains the core library code, and documentation/
, which includes the code for testing and developing features.
Install and start the development server
npm install
npm run dev
Then, navigate to : http://localhost:5173
.
This development environment launches a React app featuring examples found in documentation/examples/
.