Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: tyz on March 18, 2017, 02:45:41 PM



Title: Creating Dapps in Javascript, Python or Java?
Post by: tyz on March 18, 2017, 02:45:41 PM
I wonder if there are projects where you can write and deploy dapps in Javascript, Python or even Java.

I have created a simple dapp for Ethereum after reading the tutorials. However, Solidity is too laborious in my view.


Title: Re: Creating Dapps in Javascript, Python or Java?
Post by: tyz on April 05, 2017, 06:02:05 PM
No reply so far. Meanwhile I have found that Javascript dapps can be developed and deployed for Lisk platform. Are there any more? I suppose that there must be more since there are so many projects that promote themselves by supporting dapps.


Title: Re: Creating Dapps in Javascript, Python or Java?
Post by: vlom on April 05, 2017, 07:24:03 PM
ark is some sort of a lisk clone. maybe you check this coin.


Title: Re: Creating Dapps in Javascript, Python or Java?
Post by: btbrae on April 05, 2017, 10:23:31 PM
Lisk seem to be making the most effort to be developer friendly for JavaScript. Check them out sometime.


Title: Re: Creating Dapps in Javascript, Python or Java?
Post by: netox on May 10, 2017, 11:26:58 AM
I wonder if there are projects where you can write and deploy dapps in Javascript, Python or even Java.

I have created a simple dapp for Ethereum after reading the tutorials. However, Solidity is too laborious in my view.



Take a look in to Serpent : https://github.com/ethereum/wiki/wiki/Serpent

Serpent is like Python but to use with ethereum contracts.

An important project written in Serpent is the Augur project: https://github.com/AugurProject/augur-core/tree/master/src


I hope I have helped you