国外MOSE官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

345 lines
8.4 KiB

  1. # MOSE 官网数据映射文件
  2. ## 首页数据 (Home.vue)
  3. ### 里程碑模块 (MilestoneModule)
  4. milestones:
  5. - date: "2023-Q1"
  6. title:
  7. en: "Whitepaper Release"
  8. zh: "协议白皮书发布"
  9. description:
  10. en: "Seed round financing $8M"
  11. zh: "种子轮融资800万美元"
  12. completed: true
  13. - date: "2023-Q4"
  14. title:
  15. en: "Testnet Launch"
  16. zh: "测试网上线"
  17. description:
  18. en: "Connected to Ethereum and BNB Chain"
  19. zh: "接入以太坊和BNB链"
  20. completed: true
  21. - date: "2024-Q2"
  22. title:
  23. en: "Mainnet V1.0 Launch"
  24. zh: "主网V1.0发布"
  25. description:
  26. en: "Daily transaction volume exceeds $100M"
  27. zh: "日交易量突破1亿美元"
  28. completed: true
  29. ### 活动计划模块 (EventsModule)
  30. events:
  31. - date: "2024-05"
  32. title:
  33. en: "Consensus 2024 Singapore"
  34. zh: "新加坡共识大会2024"
  35. description:
  36. en: "Keynote speech on privacy technology"
  37. zh: "隐私技术主题演讲"
  38. location: "Singapore"
  39. link: "#"
  40. - date: "2024-06"
  41. title:
  42. en: "Tokyo Developer Hackathon"
  43. zh: "东京开发者黑客松"
  44. description:
  45. en: "$500,000 prize pool"
  46. zh: "50万美元奖金池"
  47. location: "Tokyo"
  48. link: "#"
  49. ### 奖励机制模块 (RewardModule)
  50. airdrop:
  51. total_addresses: 100000
  52. eligible_addresses: 100000
  53. tokens_per_address: 50
  54. rules:
  55. en:
  56. - "Daily release of 1%"
  57. - "Rewards stop when holdings < 100 MOSE"
  58. - "Unclaimed rewards expire after 15 days"
  59. zh:
  60. - "每日释放1%"
  61. - "持币少于100枚时停止释放"
  62. - "15日内未完成≥100枚闪兑则销毁"
  63. token_burn:
  64. current_burned: 210000000
  65. target_burned: 290000000
  66. burn_percentage: 72.41
  67. stop_threshold: 10000000
  68. mechanism:
  69. en: "100% of cross-chain and mixing fees burned"
  70. zh: "跨链与混币手续费100%销毁"
  71. ### 收益制度模块 (IncentiveModule)
  72. incentive_models:
  73. - id: 1
  74. name:
  75. en: "Basic Mixing"
  76. zh: "基础混币"
  77. reward_amount: 0.3
  78. features:
  79. en:
  80. - "0.3% fee on transaction amount"
  81. - "Dynamic risk monitoring"
  82. zh:
  83. - "按交易额收取0.3%费用"
  84. - "动态风险监控"
  85. - id: 2
  86. name:
  87. en: "Cross-chain Bridge"
  88. zh: "跨链桥"
  89. reward_amount: 0.3
  90. features:
  91. en:
  92. - "0.3% fee per cross-chain transaction"
  93. - "Dual income from fees and staking"
  94. zh:
  95. - "每笔跨链交易收取0.3%手续费"
  96. - "手续费+质押双收益"
  97. market_data:
  98. transaction_volume: 5000000
  99. growth_rate: 300
  100. security_incidents: 2000000000
  101. ## 生态系统页面数据 (Ecosystem.vue)
  102. ### 十大生态卡片
  103. ecosystems:
  104. - id: 1
  105. title:
  106. en: "MOSE L1 Chain"
  107. zh: "MOSE L1链"
  108. description:
  109. en: "Supports xIoApp deployment"
  110. zh: "支持xIoApp部署"
  111. icon: "/public/ecosystem/l1-chain.svg"
  112. link: "#"
  113. - id: 2
  114. title:
  115. en: "FlashBox"
  116. zh: "闪兑盒子"
  117. description:
  118. en: "Instant anonymous exchange"
  119. zh: "即时匿名兑换"
  120. icon: "/public/ecosystem/flashbox.svg"
  121. link: "#"
  122. ### 全球公司布局
  123. companies:
  124. - id: 1
  125. name:
  126. en: "Singapore Headquarters"
  127. zh: "新加坡总部"
  128. description:
  129. en: "Global fintech hub overseeing R&D and compliance"
  130. zh: "全球金融科技中心统筹技术研发与合规"
  131. focus:
  132. en: "Technology R&D, Compliance Strategy"
  133. zh: "技术研发、合规战略"
  134. team:
  135. en: "Core technical team"
  136. zh: "核心技术团队"
  137. - id: 2
  138. name:
  139. en: "Hong Kong Branch"
  140. zh: "香港分公司"
  141. description:
  142. en: "Serving APAC financial markets"
  143. zh: "服务亚太金融市场"
  144. focus:
  145. en: "Institutional partnerships"
  146. zh: "机构合作"
  147. team:
  148. en: "Business development"
  149. zh: "业务拓展团队"
  150. ### 合作伙伴
  151. partners:
  152. - id: 1
  153. name: "Binance Labs"
  154. logo: "/public/partners/binance-labs.png"
  155. url: "https://labs.binance.com/"
  156. - id: 2
  157. name: "Polychain Capital"
  158. logo: "/public/partners/polychain.png"
  159. url: "https://polychain.capital/"
  160. ## 关于页面数据 (About.vue)
  161. ### 团队介绍
  162. team_members:
  163. - id: 1
  164. name: "James Park"
  165. position:
  166. en: "Technical President"
  167. zh: "技术总裁"
  168. bio:
  169. en: "Former head of Combase Asia Pacific, led DeFi products with 40% YoY growth"
  170. zh: "前Combase亚太负责人,主导DeFi产品年增长40%"
  171. photo: "/public/team/james-park.jpg"
  172. social: "https://linkedin.com/in/jamespark"
  173. - id: 2
  174. name: "Sophia Müller"
  175. position:
  176. en: "Global Operations President"
  177. zh: "全球运营总裁"
  178. bio:
  179. en: "Formerly at Branco Europe, managed compliance teams in 50+ countries"
  180. zh: "曾任职Branco欧洲,管理超50国合规团队"
  181. photo: "/public/team/sophia-muller.jpg"
  182. social: "https://linkedin.com/in/sophiamuller"
  183. ### 发展历程
  184. roadmap:
  185. - date: "2023-Q1"
  186. title:
  187. en: "Whitepaper Release"
  188. zh: "白皮书发布"
  189. description:
  190. en: "$8M seed funding secured"
  191. zh: "完成800万美元种子轮融资"
  192. completed: true
  193. - date: "2024-Q2"
  194. title:
  195. en: "Mainnet V1.0 Launch"
  196. zh: "主网V1.0发布"
  197. description:
  198. en: "Daily transaction volume exceeded $100M"
  199. zh: "日交易量突破1亿美元"
  200. completed: true
  201. ## 社区页面数据 (Community.vue)
  202. ### 社交媒体
  203. social_media:
  204. - platform: "Twitter"
  205. icon: "twitter"
  206. url: "https://twitter.com/mose202399"
  207. followers: 12500
  208. - platform: "Telegram"
  209. icon: "telegram"
  210. url: "https://t.me/Nosafuture"
  211. followers: 18000
  212. ### 公告
  213. announcements:
  214. - date: "2023-10-15"
  215. title:
  216. en: "Mainnet V1.0 Launch Success"
  217. zh: "主网V1.0成功上线"
  218. summary:
  219. en: "Daily transaction volume exceeded $100 million"
  220. zh: "日交易量突破1亿美元大关"
  221. link: "#"
  222. ## 资源页面数据 (Resources.vue)
  223. ### 文档资源
  224. documents:
  225. - title:
  226. en: "Technical Whitepaper"
  227. zh: "技术白皮书"
  228. description:
  229. en: "Complete technical specifications"
  230. zh: "完整技术规范"
  231. category: "technical"
  232. link: "/whitepaper.pdf"
  233. - title:
  234. en: "Token Economics"
  235. zh: "代币经济学"
  236. description:
  237. en: "Token distribution and burn mechanism"
  238. zh: "代币分配与销毁机制"
  239. category: "economic"
  240. link: "/token-economics.pdf"
  241. ## FAQ页面数据 (FAQ.vue)
  242. ### 问题分类
  243. categories:
  244. - id: "technology"
  245. name:
  246. en: "Technology"
  247. zh: "技术问题"
  248. - id: "token"
  249. name:
  250. en: "Token Economics"
  251. zh: "代币经济"
  252. ### 问答列表
  253. questions:
  254. - id: 1
  255. category: "technology"
  256. question:
  257. en: "How does MOSE ensure cross-chain privacy?"
  258. zh: "MOSE如何保证跨链隐私?"
  259. answer:
  260. en: "Using F4-SNAPK5 algorithm and zero-knowledge proofs for anonymous atomic swaps with <30s latency"
  261. zh: "基于F4-SNAPK5算法和零知识证明实现匿名原子交换,延迟<30秒"
  262. - id: 2
  263. category: "token"
  264. question:
  265. en: "What is the total supply of MOSE tokens?"
  266. zh: "MOSE代币的总供应量是多少?"
  267. answer:
  268. en: "300 million tokens, with 290 million to be burned through fee mechanisms"
  269. zh: "总发行量3亿枚,通过手续费机制销毁2.9亿枚"
  270. ## 联系页面数据 (Contact.vue)
  271. ### 地点信息
  272. locations:
  273. - city:
  274. en: "Singapore"
  275. zh: "新加坡"
  276. address:
  277. en: "1 Raffles Place, Singapore 048616"
  278. zh: "新加坡莱佛士坊1号"
  279. phone: "+65 1234 5678"
  280. email: "info@mose.org"
  281. ## 共享数据
  282. ### 合作伙伴数据 (多页面共享)
  283. partners_shared:
  284. - id: 1
  285. name: "Aleo"
  286. logo: "/public/partners/aleo.png"
  287. description:
  288. en: "Zero-knowledge proof technology partner"
  289. zh: "零知识证明技术合作伙伴"
  290. url: "https://www.aleo.org/"
  291. - id: 2
  292. name: "StarkWare"
  293. logo: "/public/partners/starkware.png"
  294. description:
  295. en: "ZK-Rollup scalability solutions"
  296. zh: "ZK-Rollup可扩展性解决方案"
  297. url: "https://starkware.co/"
  298. ### 代币销毁数据
  299. token_burn_shared:
  300. current_burned: 210000000
  301. target_burned: 290000000
  302. burn_percentage: 72.41
  303. stop_threshold: 10000000
  304. burn_mechanism:
  305. en: "100% of cross-chain and mixing fees burned until 10 million tokens remain"
  306. zh: "跨链与混币手续费100%销毁,直至代币总量降至1000万枚"