TIG is the first coordination protocol designed specifically for algorithmic innovation
Go to file
2024-05-13 16:15:43 +08:00
.github/workflows Add tests for tig-utils. 2024-05-13 13:17:49 +08:00
docs Add images for docs. 2024-05-13 16:15:43 +08:00
tig-algorithms Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
tig-api Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
tig-benchmarker Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
tig-challenges Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
tig-protocol Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
tig-structs Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
tig-token Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
tig-utils Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
tig-wasm Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
tig-worker Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00
.gitignore Initial version 2024-04-23 13:04:31 +08:00
Cargo.toml Initial version 2024-04-23 13:04:31 +08:00
README.md Brush up docs and add licenses. 2024-05-13 16:12:29 +08:00

The Innovation Game

This repository contains the implementation of The Innovation Game (TIG).

Repo Contents

  • tig-algorithms - A Rust crate that hosts algorithm submissions made by Innovators in TIG
  • tig-api - A Rust crate for making requests to TIG's API
  • tig-benchmarker - A Rust crate that implements a Benchmarker for TIG that can run in the browser
  • tig-challenges - A Rust crate that contains the implementation of TIG's challenges (computational problems adapted for proof-of-work)
  • tig-protocol - A Rust crate that contains the implementation of TIG's core protocol logic.
  • tig-structs - A Rust crate that contains the definitions of structs used throughout TIG
  • tig-token - Solidity contract for TIG's ERC20 token that is deployed on Ethereum L2 Base chain
  • tig-utils - A Rust crate that contains utility functions used throughout TIG
  • tig-wasm - A Rust crate for wrapping algorithm submissions for compilation into WASM with an exported entry_point
  • tig-worker - A Rust crate for verifying and computing solutions

License

Placeholder