Skip to content

Commit

Permalink
Merge pull request #30 from AigangNetwork/master
Browse files Browse the repository at this point in the history
Updated repo
  • Loading branch information
OperationNine committed Jan 19, 2018
2 parents d01ea28 + 6e8100f commit f90179b
Show file tree
Hide file tree
Showing 53 changed files with 12,406 additions and 3,118 deletions.
7 changes: 7 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"presets": [
"es2015",
"stage-2",
"stage-3"
]
}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
node_modules
node_modules
build/
coverage*
mochawesome-report
5 changes: 5 additions & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
norpc: true,
testCommand: 'node --max-old-space-size=4096 ../node_modules/.bin/truffle test --network coverage',
skipFiles: ['Migrations.sol', 'ERC20.sol', 'MiniMeToken.sol', 'MultiSigWallet.sol', 'SafeMath.sol']
}
1 change: 1 addition & 0 deletions .soliumignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
dist: trusty
sudo: required
group: beta
language: node_js
node_js:
- "8"
cache:
yarn: true
env:
-
- SOLIDITY_COVERAGE=true
matrix:
fast_finish: true
allow_failures:
- env: SOLIDITY_COVERAGE=true
script:
- yarn test
deploy:
provider: pages
local_dir: mochawesome-report
target_branch: gh-pages
email: travis@ci.com
name: Deployment Bot
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
on:
branch: master
on:
branch: feature/contribution
Binary file added Aigang-T&Cs(171020_clean).docx
Binary file not shown.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# aigang-contracts
# aigang-crowdsale-contracts

Aigang Ethereum smart contracts

Contracts created and reviewed by [BlockchainLabsNZ](https://www.blockchainlabs.nz/): [github](https://github.com/BlockchainLabsNZ/aigang-contracts)
Audited by Bok Khoo: [github](https://github.com/bokkypoobah/AigangCrowdsaleContractAudit/tree/master/audit)

MainNet addresses:
* [APT](https://etherscan.io/address/0x23ae3c5b39b12f0693e05435eeaa1e51d8c61530#code)
* [Placeholder](https://etherscan.io/address/0x8ca22cb28f565cdb12f95b227d06a937f80eb07f#code)
* [Presale](https://etherscan.io/address/0x2d68a9a9dd9fcffb070ea1d8218c67863bfc55ff#code)

[![Build Status](https://travis-ci.org/BlockchainLabsNZ/aigang-contracts.svg?branch=master)](https://travis-ci.org/BlockchainLabsNZ/aigang-contracts)
[![Coverage Status](https://coveralls.io/repos/github/BlockchainLabsNZ/aigang-contracts/badge.svg?branch=feature%2Fcontribution)](https://coveralls.io/github/BlockchainLabsNZ/aigang-contracts?branch=feature%2Fcontribution)

[Full Test Report](https://blockchainlabsnz.github.io/aigang-contracts/mochawesome.html)
Loading

0 comments on commit f90179b

Please sign in to comment.