Open Issues Need Help
View All on GitHubAI 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.
Fully compliant and interoperable protocol for tokenization of real world assets.
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.
Fully compliant and interoperable protocol for tokenization of real world assets.
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.
Fully compliant and interoperable protocol for tokenization of real world assets.
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`.
Fully compliant and interoperable protocol for tokenization of real world assets.
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.
Fully compliant and interoperable protocol for tokenization of real world assets.