Welcome to the Starknet Test! In this test, you will be required to clone this repository, complete all the tests, and then create your own repository to push your solutions. Finally, submit your repository link to [email protected].
- Clone this repository:
git clone https://github.com/dalmasonto/Starknet-Test
cd comprehensive_test
- Complete all the tests provided in the repository by running the programme using:
cargo run
- If you want to do a specific test, update
main.rs
file and comment out a test you don't want to do/repeat
-
Create your own repository on GitHub.
-
Push your solutions to your newly created repository:
git remote set-url origin <your-new-repository-url>
git push -u origin main
- Submit your repository link to [email protected].
- Ensure that your repository is publicly accessible.
- All tests must be completed and correctly implemented.
- Your repository should contain:
- The original test files (questions and answers).
- Any additional files or documentation you deem necessary.