seed-labs / seed-emulator

A Python framework for creating emulation of the Internet.
GNU General Public License v3.0
213 stars 79 forks source link

Chainlink Documentation #218

Closed amanvelani closed 7 months ago

amanvelani commented 7 months ago

Updates:

  1. Chainlink Documentation updated
  2. Changed the user contract requestETHPriceData function to public instead of public onlyOwner, so that users can interact with the contract.
  3. Added test-chainlink-user-service script in the example folder.