Try   HackMD

Proposal of Taiwanese Localizatoin and Workshop Support

tags: archive

RnR

  • translator
  • supportive lecturer

Scope

(1) Ligo doc: En -> ZH-TW

(2) Ligo workshop

  • goal
    • how to use Ligo
      • dev
      • test
      • dryrun/sandbox
      • deploy to testnet and/or mainnet
  • 6~8 hrs
  • 3 ~ 4 topics
    • basic functional
    • Ligo syntax YY
    • run demo for how to test ligo ocontract supportive
    • exmaple contract 1 supportive
    • exmaple contract 2 YY
  • 實驗課
    • Ligo web IDE
  • TA
    • few-expr.

(3) TW community

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

  • 翻譯服務
  • marketing service

Package

  • admin fee
  • translation
  • event support

TODO

  • YY: List what to read/translate
  • YY: volDAO co-host?

ticket

  • forge zero ticket? yes
type storage = unit ticket
type param = unit ticket
let main (p, s: param * storage) : operation list * storage =
  let op = ([] : operation list) in
  let s = Tezos.create_ticket () 0n in
  op, s
  • split from 0 to 0+0? yes

type storage = (unit ticket) option

type param = unit

let main (_p, _s: param * storage) : operation list * storage =
  let op = ([] : operation list) in
  let t = Tezos.create_ticket () 0n in
  match (Tezos.split_ticket t (0n,0n)) with
  | None -> failwith "oops"
  | Some (_s1,_s2) -> op, None

with unit and (None : (unit ticket) option)

  • split from 1 to 0+1

updated at 2022-09-01-ish

One page design for Taipei Ligo workshop 2022

  • TA
    • NFT holder
    • SmartPy contract dev

day 1

  • general idea of funcitonal programming (1h) YY
    • math, function and lambda
    • computer and computation
    • data and stack
    • vanilla type and ADT
    • callback?
  • general idea for Tezos contract (1h) YY
    • contract and its structure
    • context storage
    • contract storage
    • entrypoint and parameter
    • execution and op
    • what to pay; pay for what
  • - tea break -
  • read information (30m) TBA?
    • receipt
    • RPC
    • indexer
    • Michelson reference
    • TZIP
    • michelson and ligo
  • ligo part A (1h) TBA?
    • web IDE
    • basic syntax
    • example contract 1 (simple)
    • error message
    • compile and dryrun

day 2

=> roughly 7h; split into two days

what I need

  • a supportive speaker
  • budget? or can co-host with akaSwap/valDAO?

NFT swag spec

possible token type

  • pre-sale pass (limited; own by register)
    • (n) logo(?)
    • (n) main event title (date included)
      • pos
      • font
      • size
      • decrelation
    • (n) cool frame
    • (n) cool paper
  • blank pass (almost unlimited; own by mint)
    • (1) logo
    • (1) main event title (date included)
    • (1) basic frame
    • (1) basic paper
  • join talks (pre-mint; limited; transfer by speaker/on-site staff on-the-fly)
    • topic icon
    • key word
  • ask question (pre-mint; limited; transfer by speaker/on-site staff on-the-fly)
    • medal-a
  • answer quiz (pre-mint; limited; transfer by speaker/on-site staff on-the-fly)
    • medal-b
  • combinator
    • bedge := given specific type of key words and medals

question

  • merge model?
  • transfer NFT on-the-fly?
    • scan to send?
    • scan what?
    • wallet RQ code?
  • burn left NFT after event