https://github.com/software-mansion-labs/eip712-cairo-article
https://github.com/software-mansion-labs/eip712-cairo-article
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/software-mansion-labs/eip712-cairo-article
- Owner: software-mansion-labs
- Created: 2022-09-06T13:54:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T14:28:29.000Z (over 2 years ago)
- Last Synced: 2025-02-03T12:48:30.845Z (4 months ago)
- Language: Cairo
- Size: 485 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple example of EIP712 authentication in Cairo
## Testing
`testing` folder contains a python script that serves as an Ethereum signing service with a fixed private key that can be changed to any valid Ethereum private key.
## Protostar
For testing Cairo scripts you can use protostar which makes it much easier than doing it manually. For a protostar tutorial, I would recommend [this article](https://blog.swmansion.com/testing-starknet-contracts-made-easy-with-protostar-2ecdad3c9133).