Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 447 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 447 Bytes

Examples

We provide some samples written in Ask!:

  • flipper : shows how to flip a boolean.
  • incrementer : shows how to load, modify and restore a state variable.
  • crosscall : shows how to do a cross call between contracts written in ink! and Ask!.
  • erc20: shows how to write an ERC20 contract with Ask!.
  • erc721: shows how to write an ERC721 contract with Ask!.
  • composite: shows how to store / reload composite data types.