Web3 reputation framework to integrate with your own DApp
Unified framework that deploys rating system smart contract for your own decentralized application.
Integrate our solution and change rating of users based on the actions they perform in your application.
Our smart contract generates on-chain NFT for users with 5 different levels of rarity.
Our core smart contract is verified on Goerli testnet.
Contract | Link |
---|---|
ReputyRegistry |
0x5C799D1c1E23476847010a632AA68bcF6AFe4BA5 |
git clone https://github.com/ironsoul0/Reputy
cd Reputy
forge install
Run tests with Foundry.
forge test
Deploy to your local blockchain node.
forge script script/Reputy.s.sol:ReputyScript --broadcast --rpc-url $ETH_RPC_URL --private-key $PRIVATE_KEY --verify
- This project was created for participating in AITU BNB Hackathon
- Developed by @Akezh and @ironsoul0
This project is open source and available under the MIT License.