GitHunt
DA

dalmasonto/Starknet-Test

Starknet Test

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 academybchain@gmail.com.

Instructions

  1. Clone this repository:
git clone https://github.com/dalmasonto/Starknet-Test
cd comprehensive_test
  1. 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
  1. Create your own repository on GitHub.

  2. Push your solutions to your newly created repository:

git remote set-url origin <your-new-repository-url>
git push -u origin main
  1. Submit your repository link to academybchain@gmail.com.

Requirements

  1. Ensure that your repository is publicly accessible.
  2. All tests must be completed and correctly implemented.
  3. Your repository should contain:
  • The original test files (questions and answers).
  • Any additional files or documentation you deem necessary.

Languages

Rust100.0%

Contributors

Created July 28, 2024
Updated August 1, 2024