Pinned Loading
-
zk_cube_voting
zk_cube_voting PublicAnon Aadhaar based voting platform demonstrating app_id replay deanonimization attack and solving it using Semaphore Protocol.
-
zkCitationsApp
zkCitationsApp PublicA React Native app to prove your total citation count from Google Scholar anonymously using Reclaim Protocol
Java
-
G-Coin
G-Coin PublicGet 100 G-Coin airdropped on proving you own a gmail id. Verification happens on chain.
TypeScript
-
Evolution-Simulation
Evolution-Simulation PublicForked from tanmaysinha18/Evolution-Simulation
Various simulations of ecosystems that demonstrate evolution
Python
-
ZodiaCoin
ZodiaCoin PublicGet Airdrop of your zodiac's token by proving your DOB. The proof is verified by a Smart Contract, making this trustless.
TypeScript
-
convert address to checksum string (...
convert address to checksum string (EIP-55) in solidity 1function addressToChecksumString(address tempaddr) public view returns (string memory) {
2bytes memory lowercase = addressToLowercaseBytes(tempaddr); // get address in lowercase hex without '0x'
3bytes32 hashed_addr = keccak256(abi.encodePacked(lowercase)); // get the hash of the lowercase address
45bytes memory result = new bytes(42); // store checksum address with '0x' prepended in this.
If the problem persists, check the GitHub status page or contact support.