Hacker News new | ask | show | jobs
by JamJomJim 1339 days ago
How does this compare to OpenZeppelin? Aren't they already the default for free smart contracts?
1 comments

Openzeppelin provides a very limited number of templates. Great for importing into a smart contract and extending from, but requires a fair bit of work to get there. With cookbook, people can use/deploy completed contracts from other projects for many more usecases than openzeppelin.
Got it - seems like you can just directly deploy contracts