Skip to content

broxus/tycho-emulator

Repository files navigation

Tycho Emulator

A Tycho executor for TON Sandbox.

Installation

Requires node 16 or higher.

yarn add @tychosdk/emulator @ton/sandbox @ton/ton @ton/core @ton/crypto

or

npm i @tychosdk/emulator @ton/sandbox @ton/ton @ton/core @ton/crypto

Usage

import { Blockchain } from "@ton/sandbox";
import { TychoExecutor } from "@tychosdk/emulator";

const executor = await TychoExecutor.create();
const blockchain = await Blockchain.create({
  executor,
});

const version = executor.getVersion();
console.log("Version:", version);

Development

@tychosdk/emulator

To install dependencies:

bun install

To build wasm:

bun wasm:build

To run tests:

bun test

To publish:

bun run build
bun publish --access public

Contributing

We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.

License

Licensed under either of

at your option.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages