近区块链在后端分配支付

Near blockchain assign payment at backend

我是后端和区块链附近的新手 https://github.com/Learn-NEAR/NCD.L1.sample--lottery NCD.L1.sample--乐透 当运行第2次

./scripts/2.play.sh

第二场比赛需要支付 $1 附近。如何运行 2 玩设置支付。 请帮忙!

您可以在播放命令后添加 NEAR 代币的数量作为一个数字,它将被传递到脚本中名为 </code> 的变量</p> <p>所以你会这样写:</p> <pre><code>./scripts/2.play.sh 5

这将发送 5 个 NEAR 代币 $PLAYER 账户到合约

您可以在此处阅读脚本代码: https://github.com/Learn-NEAR/NCD.L1.sample--lottery/blob/main/scripts/2.play.sh