Content pfp
Content
@
0 reply
0 recast
0 reaction

Fucory pfp
Fucory
@fucory
šŸš§ Introducing Krome šŸš§ šŸ—ļø An MIT licensed starterkit for building onchain apps that run as native apps on iOS, Android, windows, linux, and macOS šŸ”’ Comes preloaded with Helios Light Client šŸ¤ Started in collaboration with @shazow and @dionysuzx šŸ¦€ Write your app Rust and JavaScript (via svelte) Project just started. Reach out if you want to contribute https://github.com/evmts/krome
5 replies
5 recasts
22 reactions

Fucory pfp
Fucory
@fucory
šŸ¦€šŸ¦€šŸ¦€ Rust enjoyooors Here I bind some rust code to the HTML using these tauri commands which I then can use in the svelte app
1 reply
0 recast
2 reactions

Fucory pfp
Fucory
@fucory
One thing I love about tauri is it's focus on security. To give the JavaScript and Rust code access to anything you must explicitoly provide permissions in a capababilities json
1 reply
0 recast
2 reactions

Fucory pfp
Fucory
@fucory
We use svelte because it delivers performance on native react cannot and is very simple framework to use An llm.txt file is provided to make it so your editor will write svelte well if using an llm Svelte is pretty simple. Here I call my rust function using `invoke` in a onsubmit function
2 replies
0 recast
3 reactions