[CosmWasm] 安装 Rust 和 wasm32 (Linux & Mac)

通过llama.cpp与羊驼聊天的网页界面- 详解 Serge 的启动使用

 

先用 rustup 安装 Rust 语言,再确保你拥有wasm32目标。

$ rustup default stable
$ cargo version
# If this is lower than 1.55.0+, update
$ rustup update stable

$ rustup target list --installed
$ rustup target add wasm32-unknown-unknown

 

wasmd 是CosmWasm平台的支柱。这是通过智能合约实现的 Cosmos zone。 

$ git clone https://github.com/CosmWasm/wasmd.git
$ cd wasmd
$ git checkout v0.23.0
$ make install

# verify the installation
$ wasmd version

 

Intellij IDEA Community Edition (Download link), RUST for Intellij.

Refer: https://docs.cosmwasm.com/docs/1.0/getting-started/installation#installing-rust-in-linux-and-mac

Video: https://www.youtube.com/watch?v=OCPbPy_TiSs

Link:https://www.cnblogs.com/farwish/p/16000571.html

posted on   ercom  阅读(270)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列1:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
· 【杂谈】分布式事务——高大上的无用知识?
历史上的今天:
2021-03-13 [Cryptocurrency] (XMR) Monero GUI 连接远程节点 操作方式
2020-03-13 [Contract] Solidity 合约使用 truffle 部署到测试网和主网

统计

点击右上角即可分享
微信分享提示