dapp-scaffold:在Solana上构建的dapp的脚手架

时间:2024-03-24 01:46:18
【文件属性】:

文件名称:dapp-scaffold:在Solana上构建的dapp的脚手架

文件大小:593KB

文件格式:ZIP

更新时间:2024-03-24 01:46:18

TypeScript

:building_construction: Solana App支架 搭建基于Solana的dapp的脚手架 快速开始 git clone https://github.com/solana-labs/dapp-scaffold.git cd dapp-scaffold npm install npm start 环境设定 从安装Rust 从安装Solana v1.5.0或更高版本 安装节点 安装NPM 建立智能合约(为BPF编译) $ cargo build-bpf $ cargo test-bpf 目录结构 程序 Rust中的Solana程序模板 程序/src/lib.rs process_instruction函数用于运行向智能合约发出的所有调用 src /动作 在此处设置将使用sendTransaction函数与Solana程序进行交互的操作 src /上下文 使用的React上下文对象在整个应用程序中传播帐户状态


【文件预览】:
dapp-scaffold-main
----.env(69B)
----.env.production(27B)
----public()
--------logo.ico(5KB)
--------index.html(2KB)
--------robots.txt(67B)
----yarn.lock(495KB)
----src()
--------manifest.json(418B)
--------constants()
--------index.tsx(502B)
--------utils()
--------views()
--------models()
--------index.css(578B)
--------App.test.tsx(280B)
--------routes.tsx(1KB)
--------components()
--------types()
--------config()
--------ant-custom.less(786B)
--------actions()
--------wallet-adapters()
--------contexts()
--------App.less(3KB)
--------App.tsx(145B)
--------hooks()
--------react-app-env.d.ts(40B)
--------serviceWorker.ts(5KB)
--------setupTests.ts(255B)
----craco.config.js(330B)
----tsconfig.json(521B)
----LICENSE(11KB)
----README.md(1KB)
----.gitignore(317B)
----program()
--------Cargo.toml(387B)
--------Cargo.lock(140KB)
--------src()
--------Xargo.toml(62B)
--------scripts()
--------README.md(356B)
--------tests()
--------.gitignore(27B)
----package-lock.json(1.33MB)
----package.json(2KB)

网友评论