Archive for the ‘Ethereum’ Category

Ethereum Smart Contract Development with a Web App 

Source: Ethereum Smart Contract Development with a Web App – Coinmonks – Medium

part 2 Automate the testing and deploying your Smart Contract in a real network

part 3 Build a front-end web layer to interact with deployed Smart Contract

ganache cli on ubuntu 16.04 in 2018

#### install ganache-cli 20 jan 2018 rca

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash –
sudo apt-get install nodejs
npm -v
node -v

sudo npm install ganache-cli

sudo ln -s ~rca/node_modules/.bin/ganache-cli /usr/local/bin/ganache-cli

echo “Start with ganache-cli”

Return top

Geek

I've seen things. Now I'm gonna write about them.