Skip to content

shoenseiwaso/kin-token

 
 

Repository files navigation

Kin Token Contracts

Here be smart contracts for the Kin token.

Kin Token

Kin is a cryptocurrency built on top of the Ethereum blockchain. It is envisioned as a general purpose cryptocurrency for use in everyday digital services such as chat, social media, and payments. Kin will be the unit of account for all economic transactions within the Kin Ecosystem, and it will serve as the basis of interoperability with other digital services.

Contracts

Please see the contracts/ directory.

Develop

Contracts are written in Solidity and tested using Truffle and testrpc.

Depenencies

# Install Truffle and testrpc packages globally:
$ npm install -g truffle ethereumjs-testrpc

# Install local node dependencies:
$ npm install

Test

# Initialize a testrpc instance
$ ./scripts/testrpc.sh

# This will compile and test the contracts using truffle
$ truffle test

# Enable long tests
$ LONG_TESTS=1 truffle test

Docker

Alternatively, a Docker image is provided on a best-effort basis, though we recommend to run natively.

Requires Docker Compose.

# See Makefile for more commands.
$ make build test

# If you want to run a test for a single contract:
$ docker-compose run --rm truffle npm test test/VestingTrustee.js

About

Kin token contracts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • Shell 3.5%
  • Makefile 0.4%