OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
813 stars 329 forks source link

Add Account usage guide #806

Closed martriay closed 4 months ago

martriay commented 11 months ago

There's currently no clear walkthrough or guide to write and deploy an account, the only code example is quickly shown in the docsite's landing, not even in the Account section -- and https://github.com/OpenZeppelin/cairo-contracts/issues/805 proposes to remove it.

This is especially needed for EthAccount deployment instructions, since it's not currently supported by tooling so specific instructions on how to deploy, initialize, and craft transactions.