Brushfam / openbrush-contracts

https://openbrush.io
MIT License
25 stars 10 forks source link

Add `Ownable2step` contract #165

Open Artemka374 opened 1 year ago

Artemka374 commented 1 year ago

An extension of the already implemented Ownable contract that adds the ability to change the owner of a contract in two steps, using the transfer_ownership and accept_ownership functions, like in OpenZeppelin's implementation here: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable2Step.sol

vking45 commented 11 months ago

@Artemka374 Hey there, I would love to contribute to this. Is this issue still open to be contributed to ?