Closed arturictus closed 2 years ago
@arturictus how do you instantiate then the delegate contracts and register the functions? how does it work afterwards? How can i generate an ABI and should it be only one for the diamond with all functions inside?
@arturictus how do you instantiate then the delegate contracts and register the functions? how does it work afterwards? How can i generate an ABI and should it be only one for the diamond with all functions inside?
I generate the ABI already:
deployments/alfajores/TDFDiamond.json
Now you can call all the functions directly to the Diamond, to that address.
The functilonality that includes are:
Diamond Implementation
Move ProofOfPresence and TokenLock to a Diamond. That will allow us to manage stake from booking without exposing dangerous methods like restaking to the pass