vechainextension
v1.0.0
Published
A VeChain extension package for managing blockchain interactions
Downloads
3
Maintainers
Readme
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.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - 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!