Content pfp
Content
@
0 reply
0 recast
0 reaction

ncitron.eth pfp
ncitron.eth
@ncitron.eth
Today we released Jolt, our new zkVM! While we've highlighted its performance characteristics, I want to show off its incredible developer experience. Using Jolt is as simple as adding #[jolt::provable] to your Rust functions. https://warpcast.com/eddy/0xae744eee
5 replies
8 recasts
29 reactions

ncitron.eth pfp
ncitron.eth
@ncitron.eth
You can create a project with jolt by running "jolt new <name>" and we'll automatically create a template project for you. You'll notice that there is a main project which we refer to as the host, and another package called guest which is where your provable code goes.
1 reply
0 recast
5 reactions

ncitron.eth pfp
ncitron.eth
@ncitron.eth
Let's jump into the guest to see what's going on. This is just a normal fibonacci function with #[jolt::provable] above it. This tells Jolt that we want to prove this function. Users can add as many provable functions into the guest as they'd like.
1 reply
0 recast
4 reactions