Skip to content

JeffreyJoel/Starknet-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected].

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 [email protected].

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages