Skip to content

Commit

Permalink
Merge pull request #5 from StevenJNPearce/master
Browse files Browse the repository at this point in the history
add erc20 support
  • Loading branch information
PeterMPhillips committed Dec 19, 2018
2 parents 3b244d0 + 218f597 commit 0e7b9ba
Show file tree
Hide file tree
Showing 55 changed files with 9,196 additions and 30,702 deletions.
161 changes: 161 additions & 0 deletions .gitignore
@@ -0,0 +1,161 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
build

# Dependency directories
docgen/website/node_modules/*
docgen/node_modules

docgen/lib/core/metadata.js
docgen/lib/core/MetadataBlog.js

docgen/website/translated_docs
docgen/website/build/
docgen/website/yarn.lock
docgen/website/node_modules
docgen/website/i18n/*
docgen/jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# css files
*.css
.idea

# vim
*.swp

# storybook
.out

# bistre

.bit
.bitmap
bit.json

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

#DynamoDB Local files
.dynamodb/
/node_modules/.bin
/front-end/node_modules
4,384 changes: 0 additions & 4,384 deletions build/contracts/EqualDistribution.json

This file was deleted.

0 comments on commit 0e7b9ba

Please sign in to comment.