Openzeppelin-Community-Tact / contracts

OpenZeppelin Community Tact Contracts is a library for developing secure smart contracts on Tact
7 stars 1 forks source link

Port Ownable to Tact #1

Open anton-trunov opened 1 year ago

anton-trunov commented 1 year ago

Please see the docs here: https://docs.openzeppelin.com/contracts/4.x/access-control. Here is the source code of Ownable.sol

jokly commented 12 months ago

Already exists in stdlib: https://github.com/tact-lang/tact/blob/main/stdlib/libs/ownable.tact

anton-trunov commented 12 months ago

Is it on par in terms of features?

jokly commented 12 months ago

I think yes:

anton-trunov commented 12 months ago

@jokly Thanks for looking into it! We'll probably just close this one a bit later