Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-lough committed Oct 11, 2017
1 parent fe8343e commit 8a4c230
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
Binary file added LA_Token.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# LA Token Contracts

[![Coverage Status](https://coveralls.io/repos/github/BlockchainLabsNZ/LAToken-Contracts-Audit/badge.svg?branch=travis)](https://coveralls.io/github/BlockchainLabsNZ/LAToken-Contracts-Audit?branch=travis) [![Build Status](https://travis-ci.org/BlockchainLabsNZ/LAToken-Contracts-Audit.svg?branch=master)](https://travis-ci.org/BlockchainLabsNZ/LAToken-Contracts-Audit)

The smart contracts for the [LA Token][latoken] token (LAT) crowdsale.

![LA Token](LA_Token.png)

## Contracts

Please see the [contracts/](contracts) directory.

## Develop

Contracts are written in [Solidity][solidity] and tested using [Truffle][truffle] and [testrpc][testrpc].

### Install

```bash
# Install dependencies:
$ npm install
```

### Test
```bash
$ npm test
```

[latoken]: https://latoken.com/

[solidity]: https://solidity.readthedocs.io/en/develop/
[truffle]: http://truffleframework.com/
[testrpc]: https://github.com/ethereumjs/testrpc

0 comments on commit 8a4c230

Please sign in to comment.