keep-starknet-strange / awesome-starknet

A curated list of awesome StarkNet resources, libraries, tools and more
1.48k stars 322 forks source link

Add Contracts Wizard for Cairo #31

Closed ericglau closed 2 years ago

ericglau commented 2 years ago

Adds Contracts Wizard for Cairo to the Templates category.

Contracts Wizard for Cairo is an interface to interactively build a smart contract out of components from OpenZeppelin Contracts for Cairo. Select the kind of contract that you want, set your parameters and desired features, and the Wizard will generate all of the code necessary. The resulting code is ready to be compiled and deployed, or it can serve as a starting point and customized further with application specific logic.

Checklist

ericglau commented 2 years ago

The build failure is not related to this PR.

@gakonst Could you please review this PR? Thanks