Hello!
I will demonstrate quickly and directly how to create a contract and your Javascript client in Ethereum's Blockchain!
To do this in Linux run the following command:
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
geth --dev --ipcpath ~/.ethereum/geth_test.ipc console --rpc --rpccorsdomain "http://localhost,http://ethereum.github.io" --rpcapi="db,eth,net,web3,personal"
personal.newAccount()
miner.start()
wait a few seconds and you can stop on the console itself:
miner.stop()
Good! I am learning to configure this blog, if you want me to conclude this article please comment, that I will detail and improve this post with details and who knows even a video !!!!