Skip to content

[#277] Add good example contracts to the Indigo website

Moremi Vannak requested to merge rinn7e/#277-example-contracts-indigo into master

Description

Problem: People want to see examples of Indigo smart contracts, but our website does not have anything beside toy examples. We have some examples that demonstrate how Indigo can be used to write non-toy contracts, we should make it easy to find them. If you consider using Indigo for your non-toy project, you want to see examples of successful non-toy smart contracts.

Solutions: Add examples of Indigo smart contracts in the Indigo doc such as:

  • AbstractLedger and ManagedLedger
  • Globacap

Related issue(s)

Resolves #277 (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