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

Latest commit

 

History

History

examples

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!.
  • solar: shows a more complicated contract with primitive variables.
  • erc20: shows how to write an ERC20 contract with Ask!.
  • erc721: shows how to write an ERC721 contract with Ask!.