From 266341fcc5c70233e194259741de54ec86fb6215 Mon Sep 17 00:00:00 2001 From: x Date: Wed, 26 Jul 2023 02:03:49 +0000 Subject: [PATCH] contributing.md: remove the task for zk contract runner --- doc/src/development/contributing.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/src/development/contributing.md b/doc/src/development/contributing.md index 9b377e4a5..9cd5fa486 100644 --- a/doc/src/development/contributing.md +++ b/doc/src/development/contributing.md @@ -44,12 +44,6 @@ or need to be maintained: [this commit](https://github.com/darkrenaissance/darkfi/commit/9cd9c3113eed1b5f0bcad2ee449ef926d0908d55). * **ZK Debugger:** The ZKVM needs a debugger so we can interactively inspect values at each step to see where problems go wrong. -* **ZK Special Tool:** We need a special tool to run zk contracts, where you can create - a json file with the input values and public values, then run the zk - contract without having to write any rust code. so you can write .zk - files and try them out without having to write rust code. It will tell - you the time to create and verify the proof, as well as the byte size of - the proof. - * We should also have **Python bindings** for working with Scalars, EC points, merkle trees and hashing. * **Events System:** We need to fix IRCD, we will need to implement the [events](https://darkrenaissance.github.io/darkfi/misc/event_graph/event_graph.html) system. +