You are viewing a single comment's thread from:

RE: C# lib Ditch 1.0 for Graphene from Steepshot team under the MIT license!

in #steemit7 years ago

Great work guys! Could we also get examples or usage in Readme file on Github or here? Thank you, keep up the good work ;)

Sort:  

Sure
For Vote:
var manager = new TransactionManager(GoodKarmaWif, ChainManager.KnownChains.Steem);
var voteUp = new VoteOperation()
{
Author = "steepshot",
Voter = "good-karma",
Permlink = "c-lib-ditch-1-0-for-graphene-from-steepshot-team-under-the-mit-license",
Weight = 10000
};
manager.AddOperation(voteUp);

TransactionManager work like TransactionBuilder in Phyton. This class compose operations into a transactions and broadcast them (in AddOperation).
This is not the final version!
We will continue to develop functionality immediately after increase productivity of Cryptography.ECDSA (We found the critical performance issue in System.Numeric.BigInteger.PowMod - all work fine for PC, but on smartphone time for signing take up to 10 seconds).
Currently only Vote operation supported, but adding the rest of the operations should be simple

What is a Graphene?....please pardon my novince question, some of this words are strange to me as Steemit was few weeks ago.

Graphene is the beautiful advanced new social media programing language steemit/steem blockchain is written in

http://adith.github.io/Graphene/
"social network graph language interpreter
Graphene makes graph manipulation and social network data analysis convenient using a purpose-built interpreted programming language. The motivation for our language is the massive commonplace use of graphs and graph based data mining algorithms in today's software world. At the same time, we see a large bubble of social network and social network-like applications which manage a large backend of data which can usually be represented using a graph structure.

Most of today's languages do not provide out-of-the-box or easy to use features for graph initialization, operations and management. Graphene will provide this interface to be able to support generic graph algorithms as well as specific social network applications based computations on graph-like data structures."

Those are some wizardry terms like my friend @oluwoleolaide will say😄, but i think i understand you......Many thanks

Coin Marketplace

STEEM 0.18
TRX 0.16
JST 0.031
BTC 62082.09
ETH 2434.81
USDT 1.00
SBD 2.66