Sui Workshop Learn & ThoughtsSui Workshop 的學習與心得

Sui Workshop Learn & ThoughtsSui Workshop 的學習與心得

Sui Workshop 的學習與心得

Sui Workshop Content

This workshop’s primary focus was to teach the fundamental concepts and logic of Sui, along with how to write Sui Move contracts, deploy them on the Sui blockchain, and build a project. The curriculum covered basic concepts, progressing to NFT creation and purchase contracts. Finally, participants applied their knowledge to develop their own projects on the Sui blockchain with their teammates, showcasing their creativity and ambition to potential investors.

Sui Project Idea SuiGive Repo

Our team’s project idea is to build an on-chain crowdfunding platform. We’ve observed that many existing public fundraising projects suffer from a lack of transparency regarding fund allocation and actual project outcomes. Furthermore, it’s difficult for the public to effectively monitor a project’s progress. The transparent nature of on-chain data is perfectly suited to solve this problem.

Using on-chain smart contracts, we can efficiently manage fund flows. Through strict, consensus-verified code, we can control the movement of funds. We can also issue NFTs to provide unique verification for donors. Lastly, on-chain transactions can effectively lower transaction costs, improving upon the high costs associated with traditional financial transactions.

  1. On-chain transparency effectively addresses the current lack of transparency in fundraising projects.

  2. Smart contracts manage funds, leading to more efficient use of capital.

  3. Contracts can issue NFTs to uniquely verify donors and can be used to link to other services, such as tax deductions.

  4. On-chain transactions reduce transaction costs.

The project is currently in the early stages of development. For detailed progress, please refer to the GitHub repository below.

Thoughts and Learning Experience with Sui and Sui Move

Having previous experience with Solidity, I was already familiar with building smart contracts. However, I immediately noticed the simplicity and convenience of development on Sui Move. Its object-oriented nature makes contract writing faster and more convenient, while also allowing for effective control over object ownership.

Sui’s fast block verification speed and low cost make it a highly competitive Layer 1 blockchain. The unique programming language also makes this chain stand out. I plan to continue developing and exploring Sui Move, and I’m excited about its future potential.

Sui Workshop 課程內容

這場工作坊主要介紹 Sui 的基本概念與運作邏輯,以及如何撰寫 Sui Move 合約、部署至 Sui 區塊鏈並完成專案。課程從基礎概念逐步延伸到 NFT 的建立與購買合約;最後,參與者和隊友將所學用於開發自己的 Sui 鏈上專案,向潛在投資人展現創意與企圖心。

Sui 專案構想:SuiGive 儲存庫

我們團隊的構想是打造鏈上群眾募資平台。我們觀察到許多既有公益募資專案,在資金分配和實際成果上都缺乏透明度,大眾也難以有效追蹤專案進度;鏈上資料的透明特性正適合用來解決這個問題。

透過鏈上智慧合約,我們可以有效管理資金流向,並藉由嚴謹、由共識驗證的程式碼控制資金移動。同時也能發行 NFT,為捐款人提供專屬驗證。最後,鏈上交易可降低交易成本,改善傳統金融交易成本過高的情形。

  1. 鏈上透明度可改善現有募資專案資訊不透明的問題。
  2. 智慧合約管理資金,提升資本運用效率。
  3. 合約能發行 NFT,供捐款人進行專屬驗證,也能串接報稅扣抵等其他服務。
  4. 鏈上交易可降低交易成本。

此專案仍在開發初期,詳細進度請參考下方 GitHub 儲存庫。

使用 Sui 與 Sui Move 的學習心得

我過去曾使用 Solidity 開發智慧合約,因此對合約開發並不陌生;不過我立刻感受到 Sui Move 開發上的簡潔與便利。它以物件導向的方式設計,讓合約撰寫更快速方便,同時也能有效掌控物件所有權。

Sui 的區塊驗證速度快、成本低,是很有競爭力的 Layer 1 區塊鏈;獨特的程式語言也讓它格外突出。我計畫持續開發與探索 Sui Move,也很期待它未來的潛力。