bitcoinwarrior1 / crypto-timelocked-backup

A tool that allows user to create time bound backups for various cryptocurrencies
https://james-sangalli.medium.com/utxo-based-backups-an-idea-for-bitcoin-cold-storage-21f620c35981
MIT License
9 stars 2 forks source link

Explore the use of CREATE2 as an option for erc20/721 tokens #13

Open bitcoinwarrior1 opened 1 year ago

bitcoinwarrior1 commented 1 year ago

Instead of using just approval transactions, we could create approval transactions that approve a not yet deployed CREATE2 contract. This contract could then be deployed and the approval transaction broadcasted.

The advantage of this would be that you could add time constraints to the contract and prevent the transfer of tokens from it if the time constraints are not met.

Related: #10