Let's create some Ethereum clones

in Token Discussion4 years ago

Here is how to do it
https://arctouch.com/blog/how-to-set-up-ethereum-blockchain
https://medium.facilelogin.com/build-your-own-blockchain-b8eaeea2f891
https://medium.com/mercuryprotocol/how-to-create-your-own-private-ethereum-blockchain-dad6af82fc9f

Ethereum Cookbook
https://github.com/hpyhacking/notes/blob/master/ethereum-cookbook.markdown

Download MetaMask
https://metamask.io/

Truffle
http://truffleframework.com/

Truffle Ganache
https://github.com/trufflesuite/ganache-cli

Remix
https://remix.ethereum.org/

Here are dApps
https://www.stateofthedapps.com/dapps/ico-wizard
https://www.stateofthedapps.com/dapps/decentrex
https://www.stateofthedapps.com/dapps/bitok-dice
https://wizard.oracles.org/
https://decentraland.org/
https://www.stateofthedapps.com/dapps/sportcrypt
https://www.stateofthedapps.com/dapps/blockjack
https://www.stateofthedapps.com/dapps/etherwall
https://www.stateofthedapps.com/dapps/slotthereum
https://www.stateofthedapps.com/dapps/realms-of-ether
https://www.stateofthedapps.com/dapps/ether-rock
https://www.stateofthedapps.com/dapps/tipeth
https://www.stateofthedapps.com/dapps/cryptoface
https://www.stateofthedapps.com/dapps/smartex

And dApps can be used on the Ethereum Mist Network
https://github.com/ethereum/mist/releases

Guide to create a Crypto Kitties type Game
https://medium.com/loom-network/how-to-code-your-own-cryptokitties-style-game-on-ethereum-7c8ac86a4eb3

how to create ethereum tokens
https://maksimivanov.com/posts/ethereum-react-dapp-tutorial

smart_contracts-5bfd758146e0fb0051b77ebd.jpeg

part 2
https://maksimivanov.com/posts/ethereum-react-dapp-tutorial-part-2

cryptokitties clone in 20 min
https://maksimivanov.com/posts/gradient-coin-tutorial/

cloning ethereum smart contracts might be cheaper soon with EIP 1167
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1167.md

https://ethereum-magicians.org/t/eip-1167-updated-last-call-period-extended/1046

https://bitcoinexchangeguide.com/ethereum-blockchains-eip-1167-for-minimal-proxy-contract-could-improve-clone-functionality/

https://www.bountysource.com/issues/59913607-eip-1167-minimal-proxy-contract

https://unhashed.com/cryptocurrency-news/ethereum-easier-clone-smart-contracts/

guide for creating eth clones without touching code
https://blog.ethereum.org/2015/12/03/how-to-build-your-own-cryptocurrency/

cloning ethereum smart contracts
https://www.reddit.com/r/ethdev/comments/7x38go/is_it_possible_to_clone_an_already_deployed_smart/

https://ethereum.stackexchange.com/questions/802/can-you-copy-or-fork-someone-elses-smart-contract-is-it-open-source-code

https://ethereum.stackexchange.com/questions/12315/gas-consuption-deploying-contracts-from-within-a-contract

https://ethereum.stackexchange.com/questions/18936/deploying-contract-from-contract

https://www.reddit.com/r/ethdev/comments/7vq569/heres_a_little_code_to_create_a_clone_contract/

clone factory
https://ethereum.stackexchange.com/questions/54881/what-is-cheapest-way-of-creating-clone-of-existing-smart-contracts

https://github.com/optionality/clone-factory

use metamask and these and you can start creating smart contracts
https://www.reddit.com/r/ethdev/comments/6fev39/a_simple_tutorial_on_creating_a_dapp_with/

https://medium.com/metamask/developing-ethereum-dapps-with-truffle-and-metamask-aa8ad7e363ba

Free Photoshop Alternatives
https://www.gimp.org/downloads/
http://www.photoshop.com/products/photoshopexpress
https://pixlr.com/
http://www.getpaint.net/download.html
http://www.picmonkey.com/
http://pixia.en.softonic.com/
http://seashore.sourceforge.net/The_Seashore_Project/About.html
https://inkscape.org/en/download/
http://www.xaraxtreme.org/
http://sourceforge.net/projects/cinepaint/files/CinePaint/
https://krita.org/
http://www.photofiltre-studio.com/download-en.htm
https://www.sumopaint.com/home/
https://code.google.com/p/grafx2/wiki/Downloads
http://www.serif.com/photoplus/
http://www.pixelmator.com/mac/
https://www.befunky.com/
https://www.aviary.com/
https://affinity.serif.com/en-us/photo/
https://picasa.google.com/
http://fotoflexer.com/
http://www.ribbet.com/

if anyone wants to get started doing custom stuff you can use metamask and truffle suite just connect it to the aura mainnet this is what ethereum is meant for not just creating smart contracts but creating blockchains so its not hard to connect ethereum tools to the new blockchains
http://truffleframework.com/tutorials/truffle-and-metamask

here are some more tools
https://hackernoon.com/ethereum-development-walkthrough-part-2-truffle-ganache-geth-and-mist-8d6320e12269

if you have heard of bitshares that is where a lot of this blockchain stuff is coming from and moving forward out of they have assets instead of tokens
https://bitsharestalk.org/index.php?PHPSESSID=addi11et2eqep5sfrkslndjca6&board=58.0

here is another ethereum game
https://hackernoon.com/etherbots-io-launch-decentralized-robot-wars-on-the-blockchain-34b35ea8423c

ethereum projects
https://medium.com/@codetractio/synergy-in-ethereum-52eb8fd6fa2e

example of an ethereum game on a website requiring a wallet on the blockchain
https://cryptobots.me/signin

here is an example of a script that could be used as the basis for a smart contract that pays users to write on a website
https://raw.githubusercontent.com/Unthinkingbit/charity/master/devtome.py

smart contract security
https://github.com/ConsenSys/smart-contract-best-practices

here are a bunch of ethereum smart contracts
https://www.stateofthedapps.com/

oraclizing
https://medium.com/@crissimrobert/setting-up-of-oraclize-service-in-smart-contracts-9693049b2151
https://hackernoon.com/building-a-raffle-contract-using-oraclize-e746e5edff6b

https://github.com/satansdeer/ethereum-token-tutorial

Instructions for making Windows builds using the WSL are available here:
https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md.

what is a "Bit" what is an "Ethereum" these have no meaning, here are some examples of coins that still haven't been made, or could be remade over and over in some cases:

Christian Coin/Jesus Coin
Republican Coin
Democrat Coin
Islam Coin
Alt-Right Coin
USA Coin
Americas Coin
Human Rights Coin
Red Cross Coin
Salvation Army Coin
McDonalds Coin
New York Coin
California Coin
Florida Coin
Miami Coin
Texas Coin
Atlanta Coin
Mexico Coin
Canada Coin
British Columbia Coin
Washington DC Coin
Abraham Lincoln Coin
Cuba Coin
Jamaica Coin
Trinidad Coin
Tobago Coin
Haiti Coin
Puerto Rico Coin
Dominican Republic Coin
UK Coin
India Coin
China Coin
France Coin
Germany Coin

and all of these could be done over and over with different names and themes and locals for example, just in Texas there is Dallas, Houston, Austin, San Antonio, Fort Worth, College Station, then other college towns like Denton, etc, etc so within each State you could create more and more coins granularly and you could make flyers and buy billboards and no one on Bitcointalk even has to be involved

there could also be things like
Art Coin
Video Coin
Comedy Coin
Car Coin
Motorcycle Coin
Dog Coin
Cat Coin
etc

We need to start giving people options for what to use coins for and bring new people to a various number of coins.

Sort:  

This post has received a 3.13 % upvote from @drotto thanks to: @punicwax.

The staff augmentation services offered by Attract Group are truly impressive and tailored to meet specific business needs effectively. The comprehensive approach to finding and integrating skilled professionals seamlessly into existing teams ensures a smooth workflow and increased productivity. The transparent communication and support provided throughout the process result in a positive and successful collaboration that sets Attract Group apart in the industry. This service can act as a valuable extension to any company looking to strengthen their workforce with top-tier talent.

Coin Marketplace

STEEM 0.15
TRX 0.15
JST 0.028
BTC 54179.48
ETH 2261.18
USDT 1.00
SBD 2.31