All Projects → kinecosystem → Kin Token

kinecosystem / Kin Token

Licence: mit
Kin token contracts.

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects

Projects that are alternatives of or similar to Kin Token

Awesome Ethereum Cn
Web3.js、Solidity、Truffle开发教程及以太坊开发资源汇总
Stars: ✭ 54 (-10%)
Mutual labels:  ethereum, truffle
Typechain
🔌 TypeScript bindings for Ethereum smart contracts
Stars: ✭ 769 (+1181.67%)
Mutual labels:  ethereum, truffle
Defi Sdk
DeFi SDK Makes Money Lego Work
Stars: ✭ 440 (+633.33%)
Mutual labels:  ethereum, truffle
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+540%)
Mutual labels:  ethereum, truffle
Blockchain Learning
Learn and promote blockchain together by writing
Stars: ✭ 44 (-26.67%)
Mutual labels:  ethereum, truffle
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+600%)
Mutual labels:  ethereum, truffle
Ethermint Archive
Ethereum on Tendermint using Cosmos-SDK!
Stars: ✭ 667 (+1011.67%)
Mutual labels:  ethereum, truffle
0xdeca10b
Sharing Updatable Models (SUM) on Blockchain
Stars: ✭ 285 (+375%)
Mutual labels:  ethereum, truffle
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-40%)
Mutual labels:  ethereum, truffle
Dapp
TypeScript React Redux Ethereum IPFS Starter Kit
Stars: ✭ 33 (-45%)
Mutual labels:  ethereum, truffle
Eth Gas Reporter
Gas usage per unit test. Average gas usage per method. A mocha reporter.
Stars: ✭ 330 (+450%)
Mutual labels:  ethereum, truffle
Nuxt Box
Truffle, Nuxt and Vue boilerplate
Stars: ✭ 46 (-23.33%)
Mutual labels:  ethereum, truffle
Truffle eth class2
Stars: ✭ 330 (+450%)
Mutual labels:  ethereum, truffle
Eattheblocks
Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers
Stars: ✭ 431 (+618.33%)
Mutual labels:  ethereum, truffle
Love Ethereum
区块链学习
Stars: ✭ 323 (+438.33%)
Mutual labels:  ethereum, truffle
React Box
Truffle, Webpack and React boilerplate.
Stars: ✭ 516 (+760%)
Mutual labels:  ethereum, truffle
Truffle Flattener
Truffle Flattener concats solidity files from Truffle and Buidler projects with all of their dependencies
Stars: ✭ 254 (+323.33%)
Mutual labels:  ethereum, truffle
Solidity Idiosyncrasies
Solidity gotchas, pitfalls, limitations, and idiosyncrasies.
Stars: ✭ 267 (+345%)
Mutual labels:  ethereum, truffle
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (-71.67%)
Mutual labels:  ethereum, truffle
Transmute Framework
TypeScript dApp Framework
Stars: ✭ 45 (-25%)
Mutual labels:  ethereum, truffle

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].