Deploy ProxyFactory with Buidler

Hi @abcoathup, Thanks, Happy to be part of openzeppelin community :slight_smile:

I am Playing on Chainlink Hackathon

I hope you may aware Chainlink oracle network,
needs LINK token to access the service.

So explored the possibility of, split application logic as two part ( static proxy & up-gradable chainlink service logic contract ).

So that deploy static proxy once on Kovan testnet and transfer Link tokens to the proxy.

And update the proxy with upgraded logic part. and execute the logic under the context of proxy.

So Link Tokens are always binded to Proxy layer. and logic part is decoupled from Link token dependency.

May be I need little bit more study on understating the usage part of “ProxyFactory”. Will get back soon with clarity …

1 Like