Skip to content
  • Moremi Vannak's avatar
    [#180] Add contract documentation tutorial to Indigo website · a1550c8c
    Moremi Vannak authored
    Problem: The first problem is that documenting entrypoints requires defining
    instances of a big typeclass, which is scary-looking for beginners,
    especially if they are not Haskell-friendly.
    
    The second problem is that, while there are ways to print and create contracts
    from ghci explained in the tutorial, there is no explanation of docs in it or
    method to interact with them.
    
    Solution: Add documentation tutorial including the interacting docs via the
    REPL.
    a1550c8c