Pages:
Author

Topic: Helios Protocol smart contract, decentralised web platform launches testnet - page 2. (Read 442 times)

jr. member
Activity: 109
Merit: 1
The Helios platform will be capable of executing smart contracts and dApps programmed in Solidity just like the Ethereum platform. This will allow for accelerated adoption of the Helios platform by existing developers. It will also allow for seamless migration of Ethereum based dApps to the Helios platform. Furthermore, we are allocating a large percentage of HLS tokens to a dApp incubator fund to support new visionary projects built on the Helios platform.

Advantages of Helios Protocol smart contracts vs Ethereum smart contracts: Very low transactions fee, infinite scalability and parallel blockchains based on DAG
member
Activity: 225
Merit: 33
Helios brings a high scalability with it! It is also possible to integrate any dApp(programmed in Solidity) into the Helios platform!
What Ethereum was in 2016/2017 can become Helios in 2020! The advantage is clear with Helios, because the technology is more mature, faster and "greener". Added to this are the low transaction costs, which means a lot because no one wanna pay high fees.

All in all, Helios has the chance to convince various dApps that the Helios platform is the right one.
member
Activity: 346
Merit: 10
a great time for this coin to see that it will have smart contracts, if i had the skills i would start my own chain.
We have been needing and ethereum that is more infinitely scalable as well, i stopped using ethereum because of it.
With the right marketing this coin will do really well.
legendary
Activity: 1927
Merit: 1004
newbie
Activity: 2
Merit: 0
Helios platform is fully community driven project which comes with a super low fees and instant transactions. Nowadays crypto lovers wants to move their funds as lowest costs and the quickest time possible. Having ETH scalability problems are the moment, Helios is coming up with infinite scalability and parallel blockchain. On top of that Helios Protocol has super unique new feature which is smart contracts - means: every smart contract comes with his own chain and communicating between each other. ⭐️⭐️⭐️⭐️⭐️
newbie
Activity: 8
Merit: 0
In digital world all should be "plug and play", thats how it is with Helios Protocol. Just simple way to implement your smart contracts. Because of Helios unique features it is an optimal solution for your DApps. All facts are explained in details.
newbie
Activity: 71
Merit: 0
This project includes a number of best things: great team, great product, great idea, great start! We need products and ideas! I'm sure the company will occupy a leading place in this world!  Excellent opportunities for safe investment. A great project with innovation, I believe this is one of the best companies of the world.
Project and system concept is very good, the cohesiveness of this project team can be guaranteed, the quality of security is very trustworthy, just how we investors to share this important information to the world, success continues. I'm glad to get to such a promising project and near future will see an unprecedented growth of this project. I'm interested to be here.
newbie
Activity: 38
Merit: 0
Running smart contracts on Helios Protocol blockchain is very profitable compared to running them on the ETHEREUM one.
Helios Protocol is faster and cheaper than Ethereum. In Helios Protocol, it's also possible to run a solidity ETHEREUM project without problems.
I like it.
newbie
Activity: 6
Merit: 0
With the arrival of smart contracts, it will now be easier to deploy your decentralized applications in the Helios Protocol network. The network offers many advantages among which we find parallel blockchain, infinite scalability and low network costs between each transaction.
legendary
Activity: 1927
Merit: 1004
We have a fantastic opportunity for developers to see what we’re made of. We have teamed up with JetBrains to bring you this killer giveaway right here! That’s right, come build with us and deploy your DApp on the Hypothesis Testnet and enter to win a 1-year subscription to any JetBrains IDE of your choosing! This is up to a $500 USD value!! Don’t miss out, the offer is only going to be available for a limited time!!!

This week we added an array of walk-throughs to the developer page of our website that developers can use to perform various functions on the Helios Protocol Hypothesis Testnet. In the first example below, we show how to take Solidity code from Ethereum, deploy, and use on the Helios Protocol platform. This example shows it is simply copying and pasting the code, unmodified. In the second example, two new walkthroughs were added to easily show how to deploy your Smart Contract and interact with it on our platform. Come develop with us. It’s so easy to migrate, a CaptainCaveDann could do it!

    https://heliosprotocol.io/developer/ethereum_solidity_example_voting.html
    https://heliosprotocol.io/developer/walkthroughs.html

There are two things you need to understand about Helios Protocol before we can explain what we added to the code this week:

1) On Helios Protocol, every smart contract and wallet has its own chain. Communication between these chains is achieved through transactions from one chain to another. Smart contracts can send a transaction to call a function on another smart contract. Because this process requires sending and receiving a transaction, the contract that sent the transaction cannot immediately see the result of the function that it called on the other chain.

2) Helios Protocol has a unique new feature where a transaction can specify which smart contract it would like to execute, or the code address. Unlike Ethereum, this means a transaction with data doesn’t necessarily need to execute the code stored the chain it is being sent to. You can send a transaction with data from chain A to chain B, while executing code from chain C. But the question arises: what chain state, or storage address, will the smart contract execution use? The answer: it will always use the storage and state on whatever chain the transaction lives on. If it is the send part of the transaction in this example, it will use the storage on chain A. If it is the receive part of the transaction, it will use the storage on chain B. However, in order to stop smart contracts from being able to overwrite and modify the storage of another smart contract, each external smart contract gets its own isolated storage on each chain. In our example, chain A will have a special isolated storage specifically for smart contract C, but it will still be contained in the state of chain A.

This week, we implemented this:

There is an OPCODE called STATICCALL. On Ethereum, this opcode allows you to call another smart contract in read only mode, use the storage of that smart contract, and get the result of the computation. But as we mentioned in 1), if a smart contract wants to do this, it has to wait for the transaction to send and receive and therefore cannot get a result back immediately. However, recall from 2), that the external smart contract actually has its own isolated storage on this chain too. Thus, we have modified STATICCALL to allow a smart contract A to call smart contract C, and use the isolated storage of C, contained within its own chain, in read only mode. The end behavior of this is exactly the same as Ethereum, except it uses a different storage location.

We also added ability for send transaction computations to create new computation call transactions. Made a recursion limit of 20 to stop infinite loops that fill the block with infinite transactions.
legendary
Activity: 1927
Merit: 1004
is this thread created solely for announcing the contest? if it is, I think it would be better for you to move it on the bounty section https://bitcointalk.org/index.php?board=238.0.
if not, I think you should add something more like the advantage of deploying the smart contract on helios blockchain rather than deploying it on other blockchains.
 

I have updated my post, It's christmas so i rushed the post to start with.
that is fine, I have shared it on my local giveaway/contest thread https://bitcointalksearch.org/topic/m.53434959.
who knows, it might attract people to participate in deploying the smart contract in helios blockchain because of this event.


Thankyou very much.
sr. member
Activity: 1246
Merit: 263
is this thread created solely for announcing the contest? if it is, I think it would be better for you to move it on the bounty section https://bitcointalk.org/index.php?board=238.0.
if not, I think you should add something more like the advantage of deploying the smart contract on helios blockchain rather than deploying it on other blockchains.
 

I have updated my post, It's christmas so i rushed the post to start with.
that is fine, I have shared it on my local giveaway/contest thread https://bitcointalksearch.org/topic/m.53434959.
who knows, it might attract people to participate in deploying the smart contract in helios blockchain because of this event.
legendary
Activity: 1927
Merit: 1004
is this thread created solely for announcing the contest? if it is, I think it would be better for you to move it on the bounty section https://bitcointalk.org/index.php?board=238.0.
if not, I think you should add something more like the advantage of deploying the smart contract on helios blockchain rather than deploying it on other blockchains.
 

I have updated my post, It's christmas so i rushed the post to start with.
sr. member
Activity: 1246
Merit: 263
is this thread created solely for announcing the contest? if it is, I think it would be better for you to move it on the bounty section https://bitcointalk.org/index.php?board=238.0.
if not, I think you should add something more like the advantage of deploying the smart contract on helios blockchain rather than deploying it on other blockchains.
 
legendary
Activity: 1927
Merit: 1004
Helios Protocol (@HeliosPlatform)
Testnet Launch + Holiday Giveaway!

Deploy a Solidity DApp on the Helios Testnet and enter to win a 1 year subscription to any @jetbrains IDE of your choosing! Up to $500 USD value!

https://t.co/CUgu655Zbq

#DApps #Blockchain #Decentralized #Airdrop #Bounties



The Advantage of deploying your dapp on Helios is that we have multiple blockchains, so scalability is not a problem. Every wallet has it's own blockchain and they are all connected by a dag system. Each dapp has it's own blockchain and soon you will be able to host your website on your blockchain making the need for a centralised server obsolete. With nodes all over the globe you will not have the problem of ddos attacks. We have very low fees and instant transactions because any transaction to or from your wallet is instantly sent instead of waiting for the next block. So blockages and slow downs are also non existant with Helios.
Come and try us and take full advantage of our dapp incubator program which helps you financially to deploy with us.
We have been constantly developing since the start and aim to become the go to platform for your dapps. We feel we have world beating features that will out perform any existing dapp platform wit hthe added benefit of a decentralised web.
Pages:
Jump to: