Pinned Repositories
amqp-delegate
A simple, but performant, remote worker system that uses AMQP to coordinate jobs.
amqp-simple-pub-sub
A simple Pub Sub system that uses AMQP Messaging to exchange data between services
api-server-boilerplate
My own API Server Boilerplate codebase
competing-services-example
A simple example of how to use the amqp-simple-pub-sub library to implement competing micro-services.
ERC884-reference-implementation
An Interface and Reference Implementation of the ERC-884 DGCL Token.
jose-simple
Jose-Simple allows the encryption and decryption of data using the JOSE (JSON Object Signing and Encryption) standard.
mock-algolia
A mock server for the Algolia search engine allowing integration testing without the need to hit Algolia's actual servers
mock-req-res
Extensible mock req / res objects for use in unit tests of Express controller and middleware functions.
sequelize-test-helpers
A collection of utilities to help with unit-testing Sequelize models
swagger-routes-express
Connect your Express route controllers to restful paths using your Swagger definition file
davesag's Repositories
davesag/ERC884-reference-implementation
An Interface and Reference Implementation of the ERC-884 DGCL Token.
davesag/EIPs
The Ethereum Improvement Proposal
davesag/timelocked-escrow
Smart contracts that allow an Identity Owner to stake KEY in a time locked escrow so that a 3rd party will offer them a priority service
davesag/c4coin-api-regulation-a-plus-crowdsale
The API that interfaces between C4Coin's Regulation A+ Crowdsale website and smart contracts
davesag/fake-oauth2-server
An OAuth2 server implementation to be used for testing
davesag/gulp-folder-index
Gulp plugin to generate folder indexes.
davesag/rust-tutorial
Just me learning Rust by doing the tutorial exercises.
davesag/activecampaign-api-nodejs
Node.js wrapper for the ActiveCampaign API
davesag/aem-spa-experiments
Experimenting with Adobe Experience Manager and Single Page Apps
davesag/awesome-nodejs
:zap: Delightful Node.js packages and resources
davesag/c4-coin-methodology-contracts
Smart contracts for C4Coin's on-chain methodologies
davesag/c4-coin-validator-contracts
Smart contracts implementing validators
davesag/c4coin-api-investor-voting
An API that supports the Investor Portal by providing Investor Voting logic
davesag/c4coin-crowdsale-contracts
Smart contracts for C4Coin's forthcoming crowdsale
davesag/c4coin-parity-deploy
Parity deployment script.
davesag/c4coin-website-public
The main C4Coin Public facing website
davesag/c4coin-website-regulation-a-plus-crowdsale
The web front end for C4Coin's Regulation A+ Crowdsale
davesag/cancer-parser
Parses cancer incident data from excel
davesag/flux
Admin type stuff for Flux!
davesag/ico-battleships-ui
The UI for the Battleships smart contract developed within the Blockchain Bootcamp
davesag/ico-blockchain-bootcamp
Preparation and examples for the Blockchain Bootcamp
davesag/lockable-token
This is a sample contract showcasing the implementation of https://github.com/ethereum/EIPs/issues/1132
davesag/mock-member-connex
A mock server that mimics the CyberGlue MemberConnex system
davesag/selfkey-crowdsale-tester
A simple front end to test the crowdsale process.
davesag/selfkey-id-claims
Development on self-sovereign identity and verifiable claims
davesag/selfkey-staked-access
Contracts that provide access to a marketplace based on the staking of KEY by participants
davesag/selfkey-token
Crowdsale Smart Contract
davesag/sequelize-test-helpers-bug-example
Example of https://github.com/davesag/sequelize-test-helpers/issues/91
davesag/solidity-coverage
Code coverage for Solidity smart-contracts
davesag/xhr-request
tiny http client for Node and the browser