Pinned Repositories
cryptomarketcap
A CoinMarketCap.com-like API written using NestJS + TypeORM (WIP)
ETHPool
A scalable rewards contract that implements the EIP-1973 spec proposal
GameOfLife
My version of Conway's Game of Life in C++
gnars-frontend
keepkey-desktop
KeepKey Desktop Application
kickstart
A Kickstarter-type web3 app for raising ETH from contributors to bootstrap projects that need funding. Payout requests for project spending can only be approved by a >= 50% vote from contributors.
nft-marketplace
OpenSea-like NFT marketplace
nouns-camp
nouns-builder-staging
Nouns Builder (Staging Environment)
hdwallet
A library for interacting with hardware wallets from JS/TS.
0xMillz's Repositories
0xMillz/typeorm
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
0xMillz/ledger-repl
0xMillz/ledgerjs-examples
LedgerJS examples
0xMillz/ledgerjs
Ledger's JavaScript libraries
0xMillz/golang-web-dev
0xMillz/go-exercisms
My exercism.io solutions for golang
0xMillz/lottery-react
A simple React app that integrates with a lottery smart contract deployed on the Rinkeby testnet
0xMillz/lottery
A lottery smart contract with web3 and unit tests
0xMillz/inbox
Smart contracts with Solidity
0xMillz/divisibleNFTs-erc864
Exploring the need for a non-fungible token to have multiple owners with different shares.
0xMillz/java-9-presentation
0xMillz/timeTravelGame
A C++ terminal window game with some cool ASCII art. It uses inheritance, polymorphism, linked lists, and pointers behind the scenes.
0xMillz/anagram-cpp
This is my solution to the C++ anagram exercism from exercism.io
0xMillz/Bob-Exercism-CPP
My solution to the C++ Bob Exercism.io
0xMillz/Linear-and-Binary-Searches
Just a refresher of linear and binary searches