tezos-example-box icon indicating copy to clipboard operation
tezos-example-box copied to clipboard

Simple example box for Tezos development with Truffle

Results 5 tezos-example-box issues
Sort by recently updated
recently updated
newest added

Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependency [ganache-cli](https://github.com/trufflesuite/ganache-cli). These dependencies need to be updated together. Removes `json5` Updates `ganache-cli` from 6.10.0-tezos.1 to 6.12.2 Commits See full diff...

dependencies

# Issue Fatal error when compiling contracts on M1 MacBook # Steps to Reproduce `> truffle compile` # Expected Behavior Compile contracts without errors # Actual Results ``` > truffle...

Compilation error ``` Invalid assignment to constant variable "storedValue", declared at File "/project/contracts/SimpleStorage.ligo", line 1, characters 44-55 ``` const vs var

When I follow [these instructions](https://www.trufflesuite.com/docs/tezos/truffle/quickstart) and run `truffle unbox tezos-example` I get this error: ``` ➜ tezos-example truffle unbox tezos-example Starting unbox... ================= ✔ Preparing to download box ✔ Downloading...

Thanks for this example. I would love more detailed test. like: - deploying a contract a few times - checking a contract's operation's transactions. - a few accounts to check...