Pages:
Author

Topic: [ANN] [VITE] [DAG + Smart Contract] Vite | Asynchronous Architecture - page 9. (Read 6100 times)

sr. member
Activity: 422
Merit: 250
I read your preview, and very interested. Quite succinctly and clearly all described. Tell me whether you will have more open information on solidity++ and what will be the fundamental difference from smart contracts based on Eth.

We will open more info about solidity++, please stay tuned.

The most difference between eth and vite are:

  • Communication between contract is asynchronous
  • In solidity++, it's more like a asynchronous programming

For example:

In solidity:

Code:
pragma solidity ^0.4.0;
contract B {
function add(uint a, uint b) returns (uint ret) {
  return a + b;
 }
}
contract A {
  uint total;
  function invoker(address addr, uint a, uint b) {
  // message call to A.add()
  uint sum = B(addr).add(a, b);
  // use the return value
  if (sum > 10) {
     total += sum;
    }
  }
}

In solidity++:

Code:

pragma solidity++ ^0.1.0;
contract B {
   message Add(uint a, uint b);
   message Sum(uint sum);
   Add.on {
   // read message
   uint a = msg.data.a;
   uint b = msg.data.b;
   address sender = msg.sender;
   // do things
   uint sum = a + b;
   // send message to return result
   send(sender, Sum(sum));
  }
}
contract A {
   uint total;
   function invoker(address addr, uint a, uint b) {
    // message call to B
    send(addr, Add(a, b))
    // you can do anything after sending
    // a message other than using the
    // return value
   }
  Sum.on {
    // get return data from message
   uint sum = msg.data.sum;
   // use the return data
   if (sum > 10) {
     total += sum;
   }
 }
}
sr. member
Activity: 422
Merit: 250
Personaly I like this project. and this is a bit sad that there won't be any public sale and everything was sold on privat. Hope at list airdrop will be fair.

I'm also very sorry that private sale is closed, now, you can buy from loopring.io or waiting for airdropping.
sr. member
Activity: 422
Merit: 250
Could you tell me, the tokens are sold in Bilaxy this is the original tokens Vite?

https://bilaxy.com/exchange#symbol=44
I did not find the announcement, but judging by the Bilaxy - Ethereum Accounts https://etherscan.io/tokentxns?a=0xf7793d27a1b76cdf14db7c83e82c772cf7c92910
it's the same VITE

Can this be confirmed ?

It's the same vite.
sr. member
Activity: 422
Merit: 250
Grin VITE, another dag project! there are too many cryptocurrency about this technology existed by now. in my survey, more than fifteen ones have died, and more than forty ones are still alive, so in this field, it's competitive extremely. For these ones, Iota,nano,fancom&Rchain maybe famous for public, especially iota. DAG as a creative consensus other than chain, have another future. many professional teams aim to it to make some great work ! maybe Vite,is just the one which has a strong technology team and a clear roadmap. in a short word, VITE is a decentralized  application platform connecting the nano's block lattice DAG with ehtereum smart contact concept, is compatible with ehtereum Dapps, and better than fantom. Hope it to arrive it's great goal!

Thank your encourage. Grin
sr. member
Activity: 422
Merit: 250
Could you tell me, the tokens are sold in Bilaxy this is the original tokens Vite?

https://bilaxy.com/exchange#symbol=44

It's the same vite.

But we don't suggest you to trade there, we suggest you to trade on loopring.io, the decentralized exchange is more safe.
sr. member
Activity: 422
Merit: 250
sr. member
Activity: 422
Merit: 250
Could you tell me, the tokens are sold in Bilaxy this is the original tokens Vite?

https://bilaxy.com/exchange#symbol=44
I did not find the announcement, but judging by the Bilaxy - Ethereum Accounts https://etherscan.io/tokentxns?a=0xf7793d27a1b76cdf14db7c83e82c772cf7c92910
it's the same VITE

Yes, it's the same vite. Our token address: https://etherscan.io/token/0x1b793E49237758dBD8b752AFC9Eb4b329d5Da016
newbie
Activity: 12
Merit: 0
 Grin VITE, another dag project! there are too many cryptocurrency about this technology existed by now. in my survey, more than fifteen ones have died, and more than forty ones are still alive, so in this field, it's competitive extremely. For these ones, Iota,nano,fancom&Rchain maybe famous for public, especially iota. DAG as a creative consensus other than chain, have another future. many professional teams aim to it to make some great work ! maybe Vite,is just the one which has a strong technology team and a clear roadmap. in a short word, VITE is a decentralized  application platform connecting the nano's block lattice DAG with ehtereum smart contact concept, is compatible with ehtereum Dapps, and better than fantom. Hope it to arrive it's great goal!
sr. member
Activity: 1232
Merit: 331
DAO MAKER
Personaly I like this project. and this is a bit sad that there won't be any public sale and everything was sold on privat. Hope at list airdrop will be fair.
jr. member
Activity: 210
Merit: 6
Could you tell me, the tokens are sold in Bilaxy this is the original tokens Vite?

https://bilaxy.com/exchange#symbol=44
I did not find the announcement, but judging by the Bilaxy - Ethereum Accounts https://etherscan.io/tokentxns?a=0xf7793d27a1b76cdf14db7c83e82c772cf7c92910
it's the same VITE

Can this be confirmed ?
jr. member
Activity: 378
Merit: 1
Good project) I am waiting airdrop
legendary
Activity: 1650
Merit: 1033
Could you tell me, the tokens are sold in Bilaxy this is the original tokens Vite?

https://bilaxy.com/exchange#symbol=44
I did not find the announcement, but judging by the Bilaxy - Ethereum Accounts https://etherscan.io/tokentxns?a=0xf7793d27a1b76cdf14db7c83e82c772cf7c92910
it's the same VITE
jr. member
Activity: 182
Merit: 3
I'm waiting for an update on holding an airpoop! Probably not only me, I want to get coins of this project
newbie
Activity: 27
Merit: 0
Yeah! waiting for airdrop!!! Cool
newbie
Activity: 13
Merit: 0
DO you need someone for german translation or prove-reading?
newbie
Activity: 56
Merit: 0
Could you tell me, the tokens are sold in Bilaxy this is the original tokens Vite?

https://bilaxy.com/exchange#symbol=44
sr. member
Activity: 422
Merit: 250
Perhaps, subscribe to this topic, like strong projects without public sales.
So I hope that the latest announcements from the team are on the way and will not take long to wait..

Yes, just wait, there is some update: https://medium.com/vitelabs/a-series-of-questions-from-our-thoughtful-fanbase-and-our-answers-to-them-84b6ae6bf509
sr. member
Activity: 422
Merit: 250
I look forward to updates and additional information on the upcoming ICO

Sorry, vite won't do a ico. The private sale is closed, you can buy some form loopring.io or get some from airdrop.
newbie
Activity: 5
Merit: 0
great idea. when will the airdrop?
newbie
Activity: 1
Merit: 0
Pages:
Jump to: