Points: 477

Tags: blockchain 

Poll rating:

Description

Welcome to the billboard, you can post an advertisement on the billboard chain, and the more coin you deposit the higher your advertisement ranking will be.

Attachment Playground

RPC: http://54.177.154.38:26657

Goal

Send a successful CaptureTheFlag type transaction.

Instruction

  1. Gen&add player private key
$ billboardcli keys mnemonic --unsafe-entropy
> your team token md5 + 32 * "0"

$ echo "your mnemonic here" | billboardcli keys add $KEY --recover
  1. Check balance, should be none-zero
$ billboardcli query account $ADDRESS --node $RPC
  1. Post an advertisement
$ billboardcli tx billboard create-advertisement $ID $CONTENT --from $KEY --chain-id mainnet --fees 10ctc --node $RPC

Hint

Writeups

ActionRatingAuthor team
Read writeup
not rated
******
You need to authenticate and join a team to post writeups