Fully compliant and interoperable protocol for tokenization of real world assets.

5 Open Issues Need Help Last updated: Jul 9, 2025

Open Issues Need Help

View All on GitHub
Decentralized Finance (DeFi) Tokenization

AI Summary: Update the project's README.md file to accurately reflect the implemented contracts and their methods, correcting inconsistencies and adding missing information like the `Compliance Whitelist Wrapper` contract. This involves cross-referencing the README with the actual contract code (`contract.rs` files) to ensure all contract names, functions, and descriptions are consistent and complete.

Complexity: 4/5
documentation good first issue

Fully compliant and interoperable protocol for tokenization of real world assets.

Rust
Decentralized Finance (DeFi) Tokenization
Split up integration tests about 2 months ago

AI Summary: Refactor the existing monolithic integration test suite for the T-REX protocol into smaller, more manageable files, each focusing on a specific aspect or interaction within the contract ecosystem. This improves readability, maintainability, and extensibility of the test suite.

Complexity: 3/5
enhancement good first issue

Fully compliant and interoperable protocol for tokenization of real world assets.

Rust
Decentralized Finance (DeFi) Tokenization

AI Summary: Create a command-line interface (CLI) to manage the deployment and configuration of the T-REX protocol's CosmWasm smart contracts. This involves refactoring existing Python scripts to accept more flexible inputs and creating a CLI structure to handle commands for deploying contracts, setting up compliance modules, managing trusted issuers, and adding claims.

Complexity: 4/5
good first issue

Fully compliant and interoperable protocol for tokenization of real world assets.

Rust
Decentralized Finance (DeFi) Tokenization

AI Summary: Implement a GitHub Actions CI workflow to automate testing for a complex security token protocol. This involves writing a YAML configuration file to run `cargo test` on individual contracts and integration tests, and also perform linting using `cargo clippy`.

Complexity: 4/5
enhancement good first issue

Fully compliant and interoperable protocol for tokenization of real world assets.

Rust
Decentralized Finance (DeFi) Tokenization

AI Summary: Develop integration tests for the Compliance whitelist wrapper contract, covering scenarios such as whitelisting an address, transferring tokens with and without whitelisting, and verifying compliance checks for whitelisted and non-whitelisted addresses.

Complexity: 4/5
good first issue help wanted

Fully compliant and interoperable protocol for tokenization of real world assets.

Rust