The Secure Contract Interaction (SCI) Protocol is an open-source initiative aimed at enhancing security within the web3 ecosystem. It introduces a decentralized verification system allowing domain owners to authorize specific smart contracts to interact with their domains, thus minimizing risks associated with malicious contracts.
- Decentralized Verification: Verify contracts authorized to interact with specific domains.
- Flexibility: Easily integrate into wallets, security apps, and on-chain contracts.
- Open-Source: Free to use and contribute to, promoting transparency and collaboration.
- Enhanced Security: Protect users from interacting with malicious smart contracts.
For more information you can read the Whitepaper
- Clone the repository:
git clone git@github.com:sci-domains/core.git
- Navigate to the project directory:
cd core
- Install and use node with nvm:
nvm install
nvm use
- Install dependencies using Pnpm:
pnpm install
pnpm compile
pnpm test
For the deployments we use hardhat ignition
pnpm deploy:<network>
To add a new chain you need to add a new configuration inside parameters and add a new script in the package.json
You can deploy specific modules using hardhat ignition
After running the deployment, make sure to add the addresses to the deployment.json file
pnpm save:deployments
You can execute the following commands to run a local node and deploy the ENS Registry with the contracts from the protocol
pnpm node
// In another terminal
pnpm dev
Please see our contribution guidelines.
SCI is an open-source community project governed by a core team.
This project is licensed under the MIT License.