Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Development environment

Satinder Rawal answered on April 23, 2023 Popularity 8/10 Helpfulness 1/10

Contents


More Related Answers

  • virtual environement
  • use different environment variables in production and development
  • production environment
  • Integrated development environment Software

  • Development environment

    0

    To enable us to create our Smart Contract efficiently, we need to set up a development environment.

    We will need:

    A text editor, preferably with Python 3 support

    Python 3 and the following libraries installed via PIP or a similar mechanism: dateutil, requests

    The easiest way to develop and test your contract is to create a folder with four files inside:

    advanced_tutorial_contract.py

    tests.py

    vault_caller.py

    products_test_utils.py

    Inside of advanced_tutorial_contract.py we are going to put the following line:

    Popularity 8/10 Helpfulness 1/10 Language python
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Apr 23 2023
    Satinder Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.