Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: ytytgo on October 01, 2021, 05:36:54 AM



Title: How to create smart contract platform, like diem polkadot binance elrond?
Post by: ytytgo on October 01, 2021, 05:36:54 AM
Please give me some clues or tips on how to make a smart contract platform, like diem polkadot binance elrond avalanche solana.


I have successfully created my own bitcoin clone in C++.
I would like to try Ethereum/polkadot clone next.


I found the source code of Diem/Solana written in Rust. So I predict that they are probably written in Rust or C++.

I'm not asking for a link to the source code itself. Please give me some clues or hints.



Title: Re: How to create smart contract platform, like diem polkadot binance elrond?
Post by: makishart on October 03, 2021, 11:50:59 PM
Please give me some clues or tips on how to make a smart contract platform, like diem polkadot binance elrond avalanche solana.
Binanchain chain should be the easiest smartcontract platform to be forked as this was second layer solution for ethereum. It's different with another native blockchain platform that was using different or a new sha to generate its wallet address. Polka and athereum have been written in solidity this kind of programming language almost similar like java script. AFAIK if almost all of smartcontracts were using solidity.



Title: Re: How to create smart contract platform, like diem polkadot binance elrond?
Post by: Teknisi88 on October 04, 2021, 02:12:27 AM
To imagine how smart contracts work, we can look at how vending machines work (entering the amount of money to get goods). You simply enter the required amount of cryptocurrency in the contract as well as the escrow and all the documents that must be included in the agreement. Only then will the agreement work.
Smart contracts are decentralized. The process is simpler and there are no middlemen or third parties.