This website works better with JavaScript
Home
Explore
Help
Sign In
Delease
/
Blocktree
Watch
2
Star
0
Fork
0
Files
Issues
7
Pull Requests
0
Wiki
Tree:
3066400930
Branches
Tags
main
wasm-actors
Blocktree
/
crates
/
btconsole-client
/
src
/
bin
/
btconsole-client-bin.rs
btconsole-client-bin.rs
85 B
History
Raw
1
2
3
4
5
use btconsole_client::App;
fn main() {
yew::Renderer::<App>::new().hydrate();
}