From a5c983960eaac23c303c2404c103a5dbf62adee6 Mon Sep 17 00:00:00 2001 From: marc0olo Date: Tue, 27 Jul 2021 17:02:33 +0200 Subject: [PATCH] docs: ad repositories section to sophia examples --- docs/sophia_examples.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sophia_examples.md b/docs/sophia_examples.md index d50d7c9..57b072e 100644 --- a/docs/sophia_examples.md +++ b/docs/sophia_examples.md @@ -65,3 +65,9 @@ contract FundMe = amount = state.contributions[to]}) put(state{ contributions @ c = Map.delete(to, c) }) ``` + +## Repositories +This is a list with repositories that include smart contracts written in Sophia: + +- [aepp-sophia-examples](https://github.com/aeternity/aepp-sophia-examples) + - A repository that contains lots of different examples. The functionality of these examples is - to some extent - also covered by tests written in JavaScript. \ No newline at end of file