1.0.0 • Published 1 year ago

vechainextension v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

VeChain Extension

This project is a VeChain extension package for managing blockchain interactions. It leverages React, Next.js, and TailwindCSS for the frontend, and includes various hooks and utilities for interacting with the VeChain blockchain.

Table of Contents

Installation

To install the dependencies, run:

npm install vechainextension

Usage

import { executeClause } from 'vechainextension';

// Example usage
executeClause('0x...', 'functionName', [arg1, arg2], '0', 'call');

Development

To set up the development environment, clone the repository and install the dependencies:

git clone https://github.com/databeforedishonor/vechainextension.git
cd vechainextension
npm install

To build the project, run:

npm run build

To lint the project, run:

npm run lint

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License

This project is licensed under the ISC License - see the LICENSE.md file for details.

Support

If you need help with using this extension or have any questions, please open an issue for support.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

Thank you for using or contributing to this project!