Bitcoin Forum

Economy => Services => Topic started by: YodaYoda on July 12, 2017, 12:39:18 AM



Title: C# Dev?
Post by: YodaYoda on July 12, 2017, 12:39:18 AM
Hello,

I'm looking for an associate developer for a C# project. Short description: It's a smart contract execution sandbox, with underlying cryptocurrency mechanism, using, in part event calculus to create the description of the smart contract.  The network part use a graph instead of asynch blocks for faster distribution.

It uses elliptic curve (as most other implementations) via bouncy castle's implementation, leaning on DAG (see Sergio D Lerner's articles) for faster and blockless transactions/execution model along with some nifty improvements.  Specifically, some items I have been working/theorizing on is PoS, and how it relates to partitioning, selecting partitions for execution without compromising security or other aspects.

It's a little side project I've been playing around with, but need some other helpful hands to push it along.  I chose c# because it's: easy to work with, many nifty tools and projects can be added, shortening development, it also have an execution sandbox that can be modified to achieve goals of smart contract execution,  and, most important for me: it's my preferred language and well versed in the execution environment/bytecode compliers of dot net.

In the next few weeks I intend to write up a short paper on some of the thoughts about this project.