關於FDF智慧合約互助系統開發(MATIC鏈上部署)

caiayu1234發表於2023-03-07

 Web3.0是針對Web1.0和Web2.0而言的,代表了網際網路發展的不同階段。Web1.0其實就是第一代網際網路,這時的網際網路主要為網路媒體,使用者訪問網站,瀏覽數字內容,不過只能讀不能寫,也沒有辦法參與內容創造。

  

  // Iceberg orders are intended to conceal the true order quantity.

  

  $type = "LIMIT"; // LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT

  

  $quantity = 1;

  

  $price = 0.5;

  

  $icebergQty = 10;

  

  $order = $api->sell("BNBBTC", $quantity, $price, $type, ["icebergQty"=>$icebergQty]);

  

  Web 3.0的體驗可能和Web 2.0分別不算太大,而差異在於使用者或創作者能對自己貢獻的內容保有所有權,還能獲得一定程度的回報。私隱方面,使用者能清楚知道這些資料的用途,並且具有決策權。

  

  print_r($order);及流程I88分析I928步驟8024

  

  $orderid = "7610385";

  

  $orderstatus = $api->orderStatus("ETHBTC", $orderid);

  

  print_r($orderstatus);

  

  //Periods: 1m,3m,5m,15m,30m,1h,2h,4h,6h,8h,12h,1d,3d,1w,1M

  

  $ticks = $api->candlesticks("BNBBTC", "5m");

  

  print_r($ticks);

  

  <body οnkeydοwn="doKeyDown()">

  

  <script language="JavaScript">

  

  <!--

  

  function doKeyDown()

  

  {

  

  if (event.ctrlKey && event.keyCode == 13)

  

  {

  

  alert("You pressed the Ctrl + Enter")

  

  }

  

  }

  

  //-->

  

  </script>

  

  </body>

  

  <script language="javascript">

  

  <!--

  

  function document.onkeydown(){

  

  event.keyCode = 0;

  

  event.returnvalue = false;

  

  }

  

  -->

  

  </script>


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69973864/viewspace-2938510/,如需轉載,請註明出處,否則將追究法律責任。

相關文章