Skip to content

Demo of how to use an openzeppelin timelockController to grant time-locked access to funds

Notifications You must be signed in to change notification settings

corpus-io/tokenize.it-escrow-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Escrow POC

This is a demonstration of how a TimelockController can be used to create an escrow that belongs to a user, but can only be accessed by that user after a certain amount of time has passed. Other users are given an allowance, so they can withdraw the funds from the escrow before the time has passed.

How to use

Read the tests in test/Escrow.test.sol to see how the escrow can be used. Execute the tests by running forge test.

More info

More internal documentation can be found here.

About

Demo of how to use an openzeppelin timelockController to grant time-locked access to funds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published