Pinned Repositories
cool-tools-for-school-project
This is a sample of the work in progress "Cool tools for school" project.
cool-tools-for-school-sample
Sample of the project "Cool tools for school".
ddd-cqrs-microservices
A working example of DDD with microservices, CQRS and Write and Read databases. This document contains comments about the decisions that we made to select architectures, guidelines, definitions, patterns and tools.
domain-events-without-MediatR
DotnetCodeCoverage
This project shows how to use code coverage in dotnet and how you can publish the results in the repo readme with badges.
DotnetCodeCoverage1
multisigwallet
This project implements a "multi signature wallet" which, through a Solidity smart contract that allows the creation of a wallet defining a number of owners addresses and a number of confirmations required by these owners to be able to execute a transaction.
mydao
This project implements a basic voting DAO smart contract for research purposes to understand its inner workings. This is by no means a complete implementation. It also includes an ERC-20 contract to be used as a DAO governance token.
mynfts
This project implements the ERC-721 Non-Fungible Token Standard, including the Metadata, Enumerable and Ownable extensions, and include a mint function to mint from a list of IPFS hashes (CIDs) that link to the json metadata.
vscode-solidity
Visual Studio Code language support extension for Solidity smart contracts in Ethereum https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity
ehsomma's Repositories
ehsomma/ddd-cqrs-microservices
A working example of DDD with microservices, CQRS and Write and Read databases. This document contains comments about the decisions that we made to select architectures, guidelines, definitions, patterns and tools.
ehsomma/mydao
This project implements a basic voting DAO smart contract for research purposes to understand its inner workings. This is by no means a complete implementation. It also includes an ERC-20 contract to be used as a DAO governance token.
ehsomma/cool-tools-for-school-project
This is a sample of the work in progress "Cool tools for school" project.
ehsomma/cool-tools-for-school-sample
Sample of the project "Cool tools for school".
ehsomma/domain-events-without-MediatR
ehsomma/DotnetCodeCoverage
This project shows how to use code coverage in dotnet and how you can publish the results in the repo readme with badges.
ehsomma/DotnetCodeCoverage1
ehsomma/ehsomma
ehsomma/forms
ehsomma/masstransit-example2
ehsomma/multisigwallet
This project implements a "multi signature wallet" which, through a Solidity smart contract that allows the creation of a wallet defining a number of owners addresses and a number of confirmations required by these owners to be able to execute a transaction.
ehsomma/myblockchain
Simple Blockchain implementation in Javascript. For research purposes only.
ehsomma/mynfts
This project implements the ERC-721 Non-Fungible Token Standard, including the Metadata, Enumerable and Ownable extensions, and include a mint function to mint from a list of IPFS hashes (CIDs) that link to the json metadata.
ehsomma/training.person
Training project for the application of standards with the following technologies: .NetCore, C#, AutoFac, Dapper, StyleCop, etc.
ehsomma/vscode-solidity
Visual Studio Code language support extension for Solidity smart contracts in Ethereum