Skip to content
 
 

Repository files navigation

Koinos System Smart Contracts

Core system contracts for the Koinos blockchain, written in C++.

Quick Navigation

🚀 Getting Started

💰 KOIN Token Guides

📖 API Reference

Building Contracts

# Prerequisites
export KOINOS_SDK_ROOT=/path/to/sdk
export KOINOS_WASI_SDK_ROOT=/path/to/wasi

# Build
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=${KOINOS_SDK_ROOT}/cmake/koinos-wasm-toolchain.cmake ..
make -j

Contract Addresses

Contract Mainnet/Testnet Address
KOIN Token 15DJN4a8SgrbGhhGksSBASiSYjGnMU8dGL
Resources 198RuEouhgiiaQm7uGfaXS6jqZr6g6nyoR
PoW 18tWNU7E4yuQzz7hMVpceb9ixmaWLVyQsr

Resources

License

MIT - See LICENSE.md

About

This suite of system contracts provides core functionality for the Koinos blockchain including consensus algorithms and tokenomics.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages