Shahar Yakir 2 years ago
parent
commit
1d91a8b887
  1. 2
      README.md

2
README.md

@ -80,7 +80,7 @@ Alternatively, you can ignore the above requirements and develop right inside a
* Resulting build artifacts include: * Resulting build artifacts include:
* `mycontract.merged.fc` - merged and flattened FunC source code with all imports * `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.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 * Test
* In the root repo dir, run in terminal `npm run test` * In the root repo dir, run in terminal `npm run test`

Loading…
Cancel
Save