Pinned Repositories
HodlTogether-Docs
HodlTogether is an Innovative Defi+NFT Project that allows users to Hodl their tokens, donate some amount to NGOs and gain rewards! Winner of Runner-up position at Chainlink Hackathon Spring 2021
Blockchain-Security-Audit-List
A list of notable Blockchain Security audit companies.
Customer-Data-Visualization-using-Sankey-Chart
This is a Data Visualization repository of Customer data using Sankey Chart.
ERC-721-and-IPFS-Dapp
This is a simple IPFS Dapp that allows minting of NFTs by simply uploading the files. And files are automatically stored on IPFS.
Formal-Verification-Tools-and-Resources-for-Smart-Contracts
The following repo contains Formal Verification tools and resources for smart contracts for smart contract auditors
Hyperledger-Sawtooth-Supply-Chain-with-Certifying-Client
This is an Open Source Blockchain Project that aims to bring Hospitals, Manufacturers and Regulatory Authorities on a Single Platform to ensure Trust, Transparency and Traceability of goods and services exchanged between the parties.
Simple-Farmer-Auction-on-Ethereum-Blockchain
This is a Simple Farmer Auction using Solidity Smart Contracts on Ethereum Blockchain.
Smart-Contract-Auditor-Tools-and-Techniques
This repo contains a comprehensive list of smart contract auditor tools and techniques that can be utilized by both smart contract auditors and blockchain developers for developing secure smart contracts
Wicked-Attack-Vectors-Audit-Checklist
This is a spicy audit checklist of wicked attack vectors to look for during smart contract audits.
Zero-Knowledge-Proofs-Learning-Resources
This repository contains Zk learning resources
shanzson's Repositories
shanzson/File-Encryption-and-Decryption-using-AES-Algorithm-and-Socket-Programming
This Repository Demonstrates File Encryption using AES algorithm. The Client Encrypts the File using a password and sends it to the Server. The Server then Decrypts it using the same password.
shanzson/Haunted-House-Game-with-Enemy-AI
The document contains important scripts used in the project and the exported asset of game. The game has main focus on A* path tracing algorithm mostly used in games in AI. To open the game in Unity, import the unity package inside HauntedHouse Document.
shanzson/Advanced-storage-Smart-Contracts-with-Truffle
This is an Advanced Storage Smart Contract tested using Truffle.
shanzson/Liver-Disease-Prediction-using-Machine-Learning
This Repository contains Python code for Prediction of Liver Disease using Machine Learning. The dataset of Liver patients has been taken from Kaggle
shanzson/New-Client
New Client container was successfully created and built. Make sure to use this command- docker-compose up --build
shanzson/Sawtooth-Supply-Chain-Transaction-Handler-Pseudo-Code
This is the pseudo code of Sawtooth Supply chain handler for people to start developing blockchains to combat Covid19 pandemic
shanzson/Simple-Farmer-Auction-using-Ethereum-Smart-Contracts
This is a Simple Farmer Auction using Solidity Smart Contracts on Ethereum Blockchain.
shanzson/Truffle-Hello-World
This is a Hello World Solidity Smart Contract written and tested using the Truffle tool