Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 2.58 KB

File metadata and controls

78 lines (53 loc) · 2.58 KB

Contributing to InheritX Smart Contract

Thank you for your interest in contributing to InheritX! InheritX is a revolutionary blockchain-powered digital asset inheritance platform that empowers users to securely manage, transfer, and optimize their digital assets—including cryptocurrencies and NFTs—using a decentralized exchange (DEX) swap feature. Built on StarkNet, InheritX ensures transparency, security, and automation in digital estate planning.

Project Overview

InheritX combines:

  • Digital Asset Inheritance: Secure, automated transfer of digital assets to designated beneficiaries.
  • DEX Swap Integration: Pre- and post-inheritance asset swaps for optimal portfolio management.
  • Blockchain Technology: Leveraging StarkNet to guarantee a decentralized, trustless, and secure environment.
  • User-Centric Design: Intuitive dashboards and robust identity verification for asset owners and beneficiaries.

How to Apply

  1. Star the project
  2. Drop your TG handle
  3. Join the group https://t.me/+xN161b3GkwNiYTZk

How to Contribute

We welcome contributions in various forms, including bug fixes, feature implementations, and documentation improvements.

1. Fork the Repository

  1. Navigate to the (https://github.com/skill-mind/InheritX-smart_contract.git).
  2. Click the Fork button to create your copy of the repository.

2. Clone the Repository

  • Clone your forked repository to your local machine:
git clone https://github.com/<your-username>/InheritX-smart_contract.git
cd InheritX-smart_contract

3. Create a New Branch

Create a branch for your feature or bug fix:

  git checkout -b feature/<Issue title>

5. Make Changes and Commit

  • Implement your changes.
  • Test your changes thoroughly.
  • Commit your work with a descriptive message:
   git add .
   git commit -m "Issue Title"

6. Push Changes

  • Push your branch to your forked repository:
   git push origin <Issue Title>

7. Create a Pull Request (PR)

  • Click on Pull Requests and select New Pull Request.
  • Provide a clear and concise title and description for your PR.
  • Link any relevant issues.

Code of Conduct

  • Please adhere to our Code of Conduct to maintain a respectful and inclusive community.

Contribution Guidelines

  • Write clean and modular code following the repository's coding standards.
  • Ensure all changes are tested before submission.
  • Document new features and updates thoroughly.

Thank you for contributing to InheritX and helping us build a secure, innovative platform for digital asset inheritance!