From 1d91a8b887ad0fd8a6797a2ecd060eb797828ea1 Mon Sep 17 00:00:00 2001 From: Shahar Yakir Date: Sun, 19 Jun 2022 10:26:36 +0300 Subject: [PATCH] - --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a72739..3e23294 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Alternatively, you can ignore the above requirements and develop right inside a * Resulting build artifacts include: * `mycontract.merged.fc` - merged and flattened FunC source code with all imports * `mycontract.fif` - Fift file result of compilation (not very useful by itself) - * `mycontract.cell` - the binary code cell of the compiled contract (for deployment) + * `mycontract.compiled.json` - the binary code cell of the compiled contract (for deployment). Saved in a hex format within a json file to support webapp imports * Test * In the root repo dir, run in terminal `npm run test`