amany9000
UG 2016-20 @iiitv. GSoC'19 @haskell. Blockchain and Backend Dev. Ethereum, Solidity, Node.js, IPFS, Python, Go
Blockchain Dev @shibaoneIndia
Pinned Repositories
deGi-locker
A credential store based on FVM and IPFS
deQuora
The Decentralised Quora
dip
A decentralised Intellectual Property Database (DiP)
dJWT
A general purpose JWT with customisable signature signing+verification
eth-crowdFunding
An ethereum based Crowd Funding Application
eth-lottery
A Ethereum Based Lottery Application.
fvm-did-registrar
FVM DID Registrar
fvm-did-registry-contract
DID Registry for FVM MainNet & TestNet
Registrador
A blockchain based land registry application.
Sahara
A transparent platform for supporting the less fortunate.
amany9000's Repositories
amany9000/dJWT
A general purpose JWT with customisable signature signing+verification
amany9000/Registrador
A blockchain based land registry application.
amany9000/deQuora
The Decentralised Quora
amany9000/dip
A decentralised Intellectual Property Database (DiP)
amany9000/Sahara
A transparent platform for supporting the less fortunate.
amany9000/eth-crowdFunding
An ethereum based Crowd Funding Application
amany9000/fvm-did-registry-contract
DID Registry for FVM MainNet & TestNet
amany9000/deGi-locker
A credential store based on FVM and IPFS
amany9000/eth-lottery
A Ethereum Based Lottery Application.
amany9000/fvm-did-registrar
FVM DID Registrar
amany9000/fvm-did-resolver
DID Resolver for FVM
amany9000/r-hub
amany9000/btc-indexer
A node.js based bitcoin indexer of OP_RETURN data on Bitcoin Signet
amany9000/ToDo-API
A node and mongodb based rest API.
amany9000/amany9000
amany9000/amany9000.github.io
amany9000/ArduinoCodes
A repository of Arduino Uno Codes.
amany9000/crystals-dilithium
A post-quantum cryptographic signature scheme
amany9000/eth-inbox
Basic message inbox on Ethereum
amany9000/EtherBeat
With the growing popularity of BitCoin in the last couple of years, other blockchains have been in development for solving various problems that need distributed consensus. Ethereum blockchain is one example, that gives users to develop "smart contracts" that runs in the blockchain. This gives the ability to develop decentralized applications (or dApps). Users do not need to 'trust' anything or anybody. In addition to that, dApps are always available and will be guaranteed to be available in the future as well. Also, it is resistant to traditional attacks such as DDoS. This framework has given many developers to write a decentralized application without much effort, without needing distributed systems or cryptography knowledge. Many startups are actively developing applications for Ethereum such as Ethereum Name Service (ENS), Etheria or WeiFund. Unfortunately, because the technology being used is bleeding edge it is inevitable that attacks or hacks will target these apps for monetary reasons. Last year DAO suffered a severe attack because of its security flaws. Due to that attack, 3.6m ether was stolen from DAO's smart contract. Also, once you publish a smart contract in Ethereum it is not possible to modify or update it as a regular web application. Thus, even developers identify a critical bug in the contract it is not possible to push a bugfix in a straightforward way. Thus, in order to fill the gap of not having a proper 'smart contract' compatible monitoring service, we propose to build a web application that can monitor other smart contracts in Ethereum and give the capability to safeguard it's critical functions (Ether send and receive) and interact and visualize with smart contract functions in a much simpler way. Also depending smart contracts can using our base smart contracts to gain the advantage of having 'circuit-breaker' which will pause the activity if things go wrong in an unexpected way.
amany9000/Haskell-Learning
A learning repository
amany9000/hs-web3
Ethereum API for Haskell.
amany9000/node-chat-app
A socket.io based server-client chat application.
amany9000/NodeTesting
A descriptive repository with several different ways of testing in Node.js
amany9000/SPV
React app of Catalyst's SPV
amany9000/Weather-App
Node based weeather app
amany9000/WebServer
A nodejs based http webserver which uses express framewrok.
amany9000/Your_First_Decentralized_Application
This is the code for "A Guide to Building Your First Decentralized Application" by Siraj Raval on Youtube