Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

40 lines (24 loc) · 1.15 KB

Contributing

How to report a bug

Report Bug

How to request a new feature

Request Feature

Need help getting started ?

Join our discord channel DiscordDiscord

Adding a new wallet

See here: Add new wallet

Contributing

  1. Open a GitHub issue to track and discuss the feature/bug fix.
  2. Fork the project.
  3. Create a branch.
  4. Commit and push your changes.
  5. Create a PR to the upstream main branch.

Local Development

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/.