contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Correction of README and addition of configuration parameters

Open YohanGH opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

  • The README should clarify the steps for creating the .env file from the .env.template using cp .env.template .env.
  • The parameter PINATA_API_JWT is used in the .env.template but is not clearly explained in the README configuration section.
  • The deployment of the Oracle contract and its importance should be highlighted more clearly.

Describe the solution you'd like

  • Update the README to include the step of copying the .env.template file into .env.
  • Add clearer instructions in the README regarding the parameter PINATA_API_JWT.
  • Highlight the importance of deploying the Oracle smart contract and ensuring that it is properly configured.

Describe alternatives you've considered N/A

Additional context N/A

YohanGH avatar Sep 13 '24 18:09 YohanGH