justinfrevert
justinfrevert
This [repo](https://github.com/justinFrevert/Runtime-Contract-Interactions) contains non-production-ready user-facing examples of ink! chain extensions, and calls to contracts from the runtime. The original goal of this repo was to provide examples of communication both...
### Content request In some examples, we include panicking code. If examples like these are meant to be in the runtime, would they not risk panicking the runtime? One example...
Tracking an issue I faced during the ethglobal nyc hackathon. During the hackathon, I wanted to do things like implement counters using field elements. Doing so looked something like the...