Pinned Repositories
zebra
Cryptography-assignment
D2T
This codes are D2T token smart contract code and it's presale contract. I've added some extra comment to it to be more understandable.
Merkle-Tree
This is a simple Merkle tree usually used for proving membership. you commit a vector, and can check a point for verifivcation. the code is written in circom.
Newsfeed
this is a simple platform to organize new and save them without tampering.
Presale
Simple-Bank
This is a modified version of the Simple Bank smart contract example using Solidity. Instead of rewarding all clients, which means that the bank contract should hold all that Ether beforehand, it only rewards the 3 first clients with 10 Ether each.
SimpleToken
This is a simple token with some features. we suppose that a client orders a token for his Music website. codes are written in solidity utilizing open zeppelin contracts , compiled by truffle an deployed on ganache testnet.
zahra-kaviani's Repositories
zahra-kaviani/Cryptography-assignment
zahra-kaviani/D2T
This codes are D2T token smart contract code and it's presale contract. I've added some extra comment to it to be more understandable.
zahra-kaviani/Merkle-Tree
This is a simple Merkle tree usually used for proving membership. you commit a vector, and can check a point for verifivcation. the code is written in circom.
zahra-kaviani/Newsfeed
this is a simple platform to organize new and save them without tampering.
zahra-kaviani/Presale
zahra-kaviani/Simple-Bank
This is a modified version of the Simple Bank smart contract example using Solidity. Instead of rewarding all clients, which means that the bank contract should hold all that Ether beforehand, it only rewards the 3 first clients with 10 Ether each.
zahra-kaviani/SimpleToken
This is a simple token with some features. we suppose that a client orders a token for his Music website. codes are written in solidity utilizing open zeppelin contracts , compiled by truffle an deployed on ganache testnet.