An open API service indexing awesome lists of open source software.

https://github.com/0xdmitry/hacktheton

TON Based Wargame
https://github.com/0xdmitry/hacktheton

Last synced: 3 months ago
JSON representation

TON Based Wargame

Awesome Lists containing this project

README

        

# Hack the TON

Hack the TON is a TON based wargame inspired by [The Ethernaut](https://ethernaut.openzeppelin.com), to be played in the TON Virtual Machine. Each level is a smart contract that needs to be hacked.

The game acts both as a tool for those interested in learning TON security and development, and as a way to catalogue historical hacks as levels.

If you have an idea for a level or would like to contribute in any way, please contact me in [Telegram](https://t.me/dimtry0x) or [Twitter](https://x.com/0xDmitry)!

## Deployed Versions

You can find the current, official version at [hacktheton.com](https://hacktheton.com)

## Install and Build

### Install

`bun install`

### Build Website

`bun build:website`

### Start Website

`bun start:website`

### Build Contracts

`bun build:contracts`

### Test Contracts

`bun test:contracts`

### Run Contracts

`bun run:contracts`