acton

(★ 437)

Toolchain for TON smart contract development and beyond

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .dockerignore
  • .editorconfig
  • .gitattributes
  • .gitignore
  • .mailmap
  • _typos.toml
  • Acton.toml
  • biome.jsonc
  • build.rs
  • bun.lock
  • bunfig.toml
  • Cargo.lock
  • Cargo.toml
  • CHANGELOG.md
  • clippy.toml
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • dist-workspace.toml
  • Dockerfile
  • doctor.config.ts
  • justfile
  • LICENSE-APACHE
  • LICENSE-MIT
  • netlify.toml
  • osv-scanner.toml
  • package.json
  • README.md
  • RELEASING.md
  • SECURITY.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

docker run

View Details ▼

This command is an alias of `docker container run`.

tldr docker container run

View documentation for the original command:

🔍

trunk

View Details ▼

Bundle and serve Rust WASM web applications.

trunk serve --release

Build the application in release mode and serve it locally:

trunk serve {{[-p|--port]}} {{port}}

Build the application and serve it on a specific port:

trunk build --release {{[-d|--dist]}} {{path/to/distribution}}

Build for production at a specific output directory:

// repository documentation