Iodine ($IDN) is a cutting-edge platform poised to revolutionize the blockchain ecosystem. Drawing inspiration from the purifying properties of its namesake element, Iodine offers an approach to decentralized finance that blends security, fairness, and innovative reversibility.
🔗 Live Demo: Iodine Demo
🌟 Video Walkthrough: See what we built - coming very very soon
Please feel free to contact us here
Network: Chiado testnet
Iodine Contract Address: 0xFbB7eF430EF8062AB0ce07a3056bA103763D6A1a
gnosisscan.io: View Contract
Hash 1: 0x2a1a2b300a58cfcc68549b3e1982e12bb669ab2d56750f7e0ba7c327c35078e7
Hash 2: 0xf1f3c82035104e55b9ddcbd4dfaefa853b94e0f665eaac3576f8e5966b428d07
Network: Chiado testnet
Tribunal Contract Address: 0x22e9B8fAd7Bc0F47BFF87d6ED08E316ec107861B
gnosisscan.io: View Contract
Hash 1: 0x428b64ab85049db06dc78da4b560b397568b452a279dc30b4b127947c5ce0067
Hash 2: 0xf7990e01e8a119008a08bba2e4c6d7966053fd9e857702825d5cf40015033a60
Blockchain, with its inherent immutability, offers unparalleled trust but can also leave room for misuse. Iodine ($IDN) challenges this by integrating the possibility of reversible transactions, fortified by the most recent technological advancements.
-
Token Contract:
- The primary token for the platform, serving as the main medium of exchange and value.
-
Iodine Contract:
- Possesses the capability to freeze accounts to safeguard assets.
- Features to report and redress theft or unauthorized transactions.
-
Tribunal Contract:
- Implements the Mech NFTs (ERC-6551) to symbolize theft cases.
- Each NFT, named "Tribunal", represents a live legal contention regarding stolen funds.
- The contested funds are securely held within the Tribunal NFT until a legal conclusion is achieved.
-
Iodine Contract:
reportOwnershipTheft
: Upholds individual ownership rights, initiating a process to secure assets upon theft report.reportTokenTheft
: Activates mechanisms to identify unauthorized token transactions and immobilizes them.reportAssetTheft
: Comprehensive feature for extensive asset protection, ranging from tokens to other blockchain commodities.
-
Tribunal Contract:
- Houses the Mech NFTs operating under the ERC-6551 standard. These specialized smart contract wallets are tied to each distinct ERC-721 NFT.
- On theft report within Iodine, a Tribunal NFT is generated. This NFT serves a dual purpose: it symbolizes the theft case and functions as a protective vault for the disputed funds.
- The integration with the Iodine Contract ensures a streamlined reporting and resolution process.
-
Separate Contracts with Interfacing:
- The Iodine and Tribunal Contracts function as distinct entities, offering more flexibility and enabling individual upgrades without affecting the counterpart.
- The Iodine Contract can interface with the Tribunal Contract during theft reports.
-
Nested or Facilitated by Iodine Contract:
- The functionalities of the Tribunal NFTs could be embedded within the Iodine Contract, providing simplicity but potential complexity if too many functions accumulate.
Iodine ($IDN) represents more than a mere platform; it symbolizes a paradigm shift in the blockchain world. By seamlessly integrating community decisions, legal oversight, and avant-garde technologies like the Tribunal NFTs, Iodine establishes a new benchmark for a balanced, secure, and forward-thinking blockchain ecosystem.
-
Clone the project:
git clone https://github.com/IthriHQ/iodine.git
-
Install the necessary dependencies:
cd iodine npm install
-
To run smart contract locally use the following commands:
npx hardhat node npx hardhat run scripts/deploy.ts
-
To run frontend app use the following commands:
cd iodine-frontend npm install npm run dev
NOTE: Request for .env variables from Team lead
To contribute to the project, please follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/IthriHQ/name-of-project.git cd name-of-project
-
Pull the latest changes from the
develop
branch to ensure you have the most up-to-date code:git checkout develop git pull origin develop
-
Create a new feature branch for your contribution. It's recommended to name the branch descriptively:
git checkout -b feature/descriptive-branch-name
-
Make your changes and commit them to the feature branch:
git add . git commit -m "Add your descriptive commit message here"
-
Push your feature branch to the remote repository on GitHub:
git push origin feature/descriptive-branch-name
-
Go to the repository on GitHub and click on the "Compare & pull request" button for your feature branch.
-
Add a title and description for your pull request, outlining the changes you made and any relevant information.
-
Request a review from team members or the Team Lead by mentioning them in the pull request description using
@username
. -
Once your pull request has been reviewed and approved, it will be merged into the
develop
branch. -
Congratulations on your contribution! Your changes are now part of the project.