问HN:我们对Gno.land的市场推广策略是什么?
我们建立了 gno.land,这是一个类似于以太坊的 L1,但您可以使用 Go 进行编程,而不是 Solidity。我们开发了一个自定义虚拟机,能够解释 Go 的抽象语法树(AST)。与数据库、对象关系映射(ORM)和字节序列化不同,这个虚拟机在每次交易后会自动持久化内存对象的变化。
在您的“智能合约”中公开(公共)函数可以被第三方导入,只需像导入库依赖一样使用 'import gno.land/r/user/dapp'。在其背后是一个类似于 Linux 操作系统的多用户权限系统。您可以将 Gno 看作是 Go 的多用户扩展。Gno.land 是一个浏览器内的浏览器,让您可以探索智能合约渲染的 Markdown 输出。网站本身是由 Gno 渲染的。
我们之所以创建它,是因为我们喜欢更好的智能合约系统的想法,而它显然比 Solidity 更优秀。它的运行速度与 geth 相当,尽管未来可能会进行优化,因此无法与 Solana 的 meme 币文化竞争。
我之所以制作它,是因为我想要一个抗审查的信息发布系统,而作为一个语言爱好者,最优雅的表达方式就是通过一张持久的 Go 对象网络。但使用加密货币存在入门门槛(而且它确实有不好的声誉),人们现在不愿意接受一个新系统,除非涉及金钱。
市场正在下滑,而这是一个真正创新的 L1。我们应该如何看待市场推广(GTM)?
附言:主网将在一个月内上线。
查看原文
We built gno.land, an L1 like Ethereum but instead of Solidity, you can program in Go. We developed a custom virtual machine that interprets the Go AST. Instead of databases, ORMs, and byte serialization the virtual machine auto-persists the delta of memory objects after each transaction.<p>Exposed (public) functions in your "smart contract" can be imported by third parties by simply 'import gno.land/r/user/dapp' as if it were a library dependency. Underneath the hood is a multi-user permissions system kind of like the linux operating system. You can think of Gno as a multi-user extension of Go. Gno.land is a browser within a browser that lets you explore markdown rendered output of smart contracts. The website itself is rendered by Gno.<p>We made it because we like the idea of a better smart contract system, and it is simply much better than Solidity. It runs at geth speed, though in the future it could be optimized, so it can't compete with Solana memecoin culture.<p>I made it because I want a censorship proof information publishing system, and the most elegant way to express that as a language nerd is by a web of persistent Go objects. But there's a barrier to entry for using crypto (and it's got a deserved bad reputation), and people don't care to adopt a new system these days unless money is involved.<p>The market is down and this is a genuinely innovative L1. How should we think about GTM?<p>p.s. mainnet is launching in a month.