Skip to content

[#232] Extend Indigo tutorial with information about full smart contract development

Moremi Vannak requested to merge rinn7e/#232-indigo-development-setup into master

Description

Problem: Indigo tutorial describes language features that allow you to write contract code, but apparently it does not mention tools that let you and other people use your contract. In other words, how to go from just having Indigo code into a full project consisting Indigo contract(s).

Solution: Add a tutorial on how to setup an Indigo project for full smart contract development.

Related issue(s)

Resolves #232 (closed)

Depends on #180 (closed)

Depends on #270 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Moremi Vannak

Merge request reports