A repository containing small examples to illustrate the use of asch contract for creating decentralized applications.
npm i
npm i -g npx
npm i -g create-asch-contract
create-asch-contract verify hello/hello.ts
npx jest
npx jest hello/hello.ts
- hello - hello world examples
- ballgame - ball game shows the usage of random usage
- bancor - bancor token exchange protocol example
- cctime - a content delivery and comment app
- funding - coin offering
- pixel - million pixels game
- puzzle - puzzle game to show the usage of hash function
- exchange - Order settlement, show the usage of ByteBuffer and signature verify
- uniswap - uniswap protocol example