Skip to content

monomadic/yew-web3-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yew Web3 Template

This is a template for using Web3 browser extensions (like Metamask, etc) from yew, using rust and webassembly.

An example of the code this project generates can be found here.

Installing with cargo-generate (recommended)

cargo install cargo-generate
cargo generate --git https://github.com/monomadic/yew-web3-template

Installing with git

git clone --depth=1 https://github.com/monomadic/yew-web3-template
rm -rf .git && git init

Running

cargo-make (recommended)

cargo install cargo-make
cp .env.local.example .env.local
cargo make serve

without cargo-make

cp .env.local.example .env.local
trunk serve

About

A simple template for building web3 dapps in rust/yew.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published