onlydustxyz / starklings

An interactive tutorial to get you up and running with Starknet
309 stars 83 forks source link

Exercise on key pairs for the Stark Curve #141

Open tekkac opened 2 years ago

tekkac commented 2 years ago

Description

Show how to create stark_keys using a randomly generated private key. Cairo has a python module for generating key pairs on the Stark curve.

Resource:

Acceptance criteria