Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/likecoin-contracts
Token contracts of Like Coin
https://github.com/likecoin/likecoin-contracts
erc20 ethereum javascript likecoin likecoin-contracts smart-contract solidity truffle
Last synced: 2 days ago
JSON representation
Token contracts of Like Coin
- Host: GitHub
- URL: https://github.com/likecoin/likecoin-contracts
- Owner: likecoin
- License: gpl-3.0
- Created: 2017-10-10T10:25:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T10:37:22.000Z (almost 6 years ago)
- Last Synced: 2024-05-07T12:02:57.262Z (6 months ago)
- Topics: erc20, ethereum, javascript, likecoin, likecoin-contracts, smart-contract, solidity, truffle
- Language: JavaScript
- Homepage: https://etherscan.io/address/0x02F61Fd266DA6E8B102D4121f5CE7b992640CF98#code
- Size: 395 KB
- Stars: 22
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LikeCoin Smart Contracts
[![CircleCI](https://circleci.com/gh/likecoin/likecoin-contracts.svg?style=svg)](https://circleci.com/gh/likecoin/likecoin-contracts)
This is the repo of the Ethereum smart contracts related to the [LikeCoin](https://like.co/).
The contracts are tested using the [Truffle](http://truffleframework.com/) framework.
The tests are written in ES2017 syntax (for `async` `await`), so newer version of NodeJS (>= 7.6) is needed.