Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 754 Bytes

File metadata and controls

40 lines (27 loc) · 754 Bytes

Contributing

Contributions are welcome! Here's how to get started.

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Create a branch for your changes

Development

cd clawlett/scripts
npm install

Making Changes

  • Keep changes focused and minimal
  • Test your changes before submitting
  • Follow existing code style

Submitting a PR

  1. Push your branch to your fork
  2. Open a pull request against main
  3. Describe what your changes do and why

Ideas for Contributions

  • Support for additional DEXs
  • New token verifications
  • Improved error handling
  • Documentation improvements
  • Additional chain support

Questions?

Open an issue if you have questions or want to discuss a feature before implementing.