NethermindEth / StarknetByExample

A collection of examples of Cairo smart contracts for Starknet.
https://starknet-by-example.voyager.online/
MIT License
101 stars 77 forks source link

doc: SNIP-6 implementation #200

Closed Jemiiah closed 1 week ago

Jemiiah commented 1 month ago

Issue(s): Close #188

Description

This documentation highlights the application of Account Abstraction (AA) on StarkNet, focusing on the SNIP-6 interface for smart wallet contracts. The methods execute, validate, and is_valid_signature handle transaction execution and validation, enhancing flexibility, usability, and security in web3 applications.

Checklist