https://github.com/0xdmitry/hacktheton
TON Based Wargame
https://github.com/0xdmitry/hacktheton
Last synced: 3 months ago
JSON representation
TON Based Wargame
- Host: GitHub
- URL: https://github.com/0xdmitry/hacktheton
- Owner: 0xDmitry
- License: mit
- Created: 2024-08-12T21:26:04.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2024-09-24T22:56:47.000Z (8 months ago)
- Last Synced: 2024-10-03T12:18:56.128Z (8 months ago)
- Language: TypeScript
- Homepage: https://hacktheton.com
- Size: 1.4 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`