higgsfield / create-dapp

create-dapp is a comfortable environment for learning Solana program development, and is the easy way to start building a smart contract in Solana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

cargo build --release
cargo install --path=./

Quick start

create-dapp my_dapp -t
cd my_dapp
npm run rust-check

About

create-dapp is a comfortable environment for learning Solana program development, and is the easy way to start building a smart contract in Solana


Languages

Language:Rust 80.5%Language:TypeScript 19.5%