Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

coinflipduel/v0 package

Overview

Package coinflipduel is a one-on-one coin-flip duel: challenge another address, they call heads or tails, and the block settles it. No stakes, just bragging rights tracked in an on-chain win/loss record.

Function

Challenge

func Challenge(cur realm, opponentAddr string, call string) string

Challenge opens a new duel against opponentAddr, locking in the challenger's call of "heads"/"tails" ("h"/"t" also accepted). The opponent settles it by calling Accept with the returned duel ID.

Params

Command

# WARNING: This command is running in an INSECURE mode.
# It is strongly recommended to use a hardware device for signing
# and avoid trusting any computer connected to the internet,
# as your private keys could be exposed.

gnokey maketx call -pkgpath "gno.land/r/moul/x/daily/coinflipduel/v0" -func "Challenge" -args $'' -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -chainid "gnoland-1" -remote "https://rpc.gno.land" ADDRESSgnokey query -remote "https://rpc.gno.land" auth/accounts/ADDRESS
gnokey maketx call -pkgpath "gno.land/r/moul/x/daily/coinflipduel/v0" -func "Challenge" -args $'' -args $'' -gas-fee 1000000ugnot -gas-wanted 1_000_000_000 -send "" -broadcast=false ADDRESS > call.tx
gnokey sign -tx-path call.tx -chainid "gnoland-1" -account-number ACCOUNTNUMBER -account-sequence SEQUENCENUMBER ADDRESS
gnokey broadcast -remote "https://rpc.gno.land" call.tx