Skip to content

Latest commit

 

History

History

README.md

Nekoton Kotlin Examples

This directory contains practical examples demonstrating how to use Nekoton Kotlin for real blockchain operations.

Examples

Running Examples

# Compile and run examples
./gradlew run --args="examples.BasicWallet"

Configuration

All examples use Tycho testnet by default:

For other networks (e.g., TON or Everscale mainnets), update the transport URLs in each example.