From e656cff431be077cad3d21e1d7ea262027bbef85 Mon Sep 17 00:00:00 2001 From: nahem <72363768+nseguias@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:38:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef014fb..7452815 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Technical interview assignment +# Technical challenge In this test you are required to build a simple OTC (over-the-counter) contract. Scammers typically use OTC deals to try and trick sellers with fake tokens to gain whatever they are trying to buy without actually paying. A contract can be used to stop these scammers. For this contract there will be two sides, a buyer and a seller. The buyer or seller should be able to create a deal, but neither should have admin rights to change the deal after creation.