Bitcoin Forum
June 29, 2024, 09:34:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Smart contract an how to use it ?  (Read 252 times)
Caitsith (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
August 09, 2018, 03:10:39 AM
 #1

I have read some articles about a smart contract but it is only on the theory, i still don't know how and where i can create some smart contract Huh.
haruharu732
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
August 09, 2018, 03:21:08 AM
 #2

Me too, read the theory, not understand its use and how to create the real account in the contract smart.
Lakai01
Legendary
*
Offline Offline

Activity: 2352
Merit: 2833


Top Crypto Casino


View Profile
August 09, 2018, 04:35:41 AM
 #3

Please concrete your questions. What do you want to know about smart contracts? What didnt you understand when reading about them? Did you use google to get answers to your questions?

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
macarong998
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 09, 2018, 05:30:35 AM
 #4

I am also researching and reading information about smart contracts. I just know smart contracts can be used in many cases, from financial services, healthcare to insurance. As for the use, I also do not know.
Velkro
Legendary
*
Offline Offline

Activity: 2296
Merit: 1014



View Profile
August 09, 2018, 05:55:08 AM
 #5

I have read some articles about a smart contract but it is only on the theory, i still don't know how and where i can create some smart contract Huh.

Bitcoin doesnt have smart contracts yet.
I think ethereum have and it need special software that allows you to make contract.
iwuwi12ueiei212
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
August 09, 2018, 06:58:12 AM
 #6

Bitcoin has a smart contract but you have to know programming language.
wqiwi212jsjs@jj
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
August 09, 2018, 07:01:25 AM
 #7

It only happens when you make a transaction that distances geographically, the smart contract shortens the signing time and the transaction.
vphasitha01
Full Member
***
Offline Offline

Activity: 196
Merit: 172


View Profile
August 09, 2018, 07:07:34 AM
 #8

I think this SMART CONTRACTS, simply explained... thread which i posted will helps to anyone who looking for explanations and its usages.

Bitcoin doesnt have smart contracts yet.
I think ethereum have and it need special software that allows you to make contract.

BTCitcoin aslo supports "Smart Contracts" although a lot more limited when compared with Ethereum.
rameyhong
Newbie
*
Offline Offline

Activity: 7
Merit: 22


View Profile
August 09, 2018, 07:29:25 AM
 #9

I think you must learn Ethereum because the goal of Ethereum is to be a platform that can run smart contracts and decentralized applications in it.
Amarantcoral
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
August 09, 2018, 09:15:28 AM
 #10

I think this SMART CONTRACTS, simply explained... thread which i posted will helps to anyone who looking for explanations and its usages.

Bitcoin doesnt have smart contracts yet.
I think ethereum have and it need special software that allows you to make contract.

BTCitcoin aslo supports "Smart Contracts" although a lot more limited when compared with Ethereum.
this articles help me understand it clearly, thanks a lot.
retprogramisto
Member
**
Offline Offline

Activity: 149
Merit: 34

💡 Websites, scripts for BTC web4crypto.xyz


View Profile WWW
August 09, 2018, 12:10:21 PM
Merited by krogothmanhattan (2)
 #11

Good beginners guide to smart contract development by Zeppelin: https://blog.zeppelin.solutions/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05
Beginners token and crowdsale guide: https://blog.zeppelin.solutions/how-to-create-token-and-initial-coin-offering-contracts-using-truffle-openzeppelin-1b7a5dae99b6
More guides: https://blog.zeppelin.solutions/guides/home
Smart contract library: https://github.com/OpenZeppelin/openzeppelin-solidity
Docs: https://solidity.readthedocs.io/en/v0.4.24/

Check https://www.ethereum.org/ for token, crowdsale and DAO guides.

You can run solidity, truffle, etc. in your computer or VPS with commandline or you can install MetaMask and work in browser: https://metamask.io/ https://remix.ethereum.org/
Always use testnet or testrpc to develop smart contracts (free). Only use mainnet (costs ETH) when you are sure your smart contract is complete, functional and ready to publish.

➡️  💡  𝗪𝗲𝗯𝟰𝗖𝗿𝘆𝗽𝘁𝗼  💡  ⬅️
Websites, scripts, crypto integration for BTC
✔️ Free consultation at Web4Crypto.xyz
JamJammo
Newbie
*
Offline Offline

Activity: 21
Merit: 2


View Profile
October 08, 2018, 08:29:28 AM
Merited by krogothmanhattan (1)
 #12

Vitalik Buterin, explained:
In a smart contract approach, an asset or currency is transferred into a program and the program runs this code and at some point it automatically validates a condition and it automatically determines whether the asset should go to one person or back to the other person, or whether it should be immediately refunded to the person who sent it or some combination thereof.”

Smart contracts essentially define and enforce rules and penalties for a mutual exchange or transaction within seconds in an automated manner. The document is also stored in the distributed public ledger which is the main point of contact. Ethereum charges a transaction fee in Ethers for every transaction. Say for a transfer for 50000 you will be charged a transaction cost of 0.002 ETH which is a lot. One of the blockchain protocols XDC that i recently read about has very low transaction cost as it doesn't use an external process called gas for mining the blocks. Also the standard use of ERC20 ensures fundamental compatibility with the multitude of emerging Ethereum Dapps. But what is amazing is that unlike Ethereum wallets, XDC tokens call on tokens's contact rather than sending them from a wallet, preventing loss of tokens.
MichaelOwen
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
October 25, 2018, 11:49:01 PM
 #13

Smart ones have a wide range of possible use cases - for businesses, individuals and for IoT devices themselves. In an industry, such as the music industry, either the artist themselves or a publishing company own the rights to the content put out.A smart contract solution here, built on a blockchain, would keep track of all ownership rights. Trusted in true trust - as any changes to the data on the blockchain requires a consensus from all parties on the network.
Areding
Jr. Member
*
Offline Offline

Activity: 46
Merit: 1


View Profile
November 03, 2018, 04:48:51 PM
 #14

You can make contracts using Ethereum cryptocurrency, but it requires special software that will allow you to make contracts.
Trililing
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
November 04, 2018, 12:38:28 AM
 #15

Me too, read the theory, not understand its use and how to create the real account in the contract smart.

First lesson:
Smart contracts runs on the blockchain.

Second:.
Smart contracts lets you pay using almost all cryptocurrencies.
troy.gold
Jr. Member
*
Offline Offline

Activity: 41
Merit: 1


View Profile
November 04, 2018, 12:59:07 AM
 #16

Ethereum's ERC-20 smart contracts are the easiest to work with.

They provide a self help guide to get started:


https://www.ethereum.org/token

https://www.ethereum.org/greeter

https://www.ethereum.org/crowdsale

https://www.ethereum.org/dao
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!