# Deploy smart contract / NFT on private ethereum nodes(vmware linux)
[TOC]
###### tags: `Dapp` `區塊鏈`
----
## 安裝
* git--->==sudo apt-get install git==
* truffle--->==sudo npm install -g truffle==
* Solidity--->==sudo npm install -g solc==
## Without truffle
---
## With truffle

----
## 參考資料
[How to set up a private Ethereum blockchain and deploy a Solidity Smart Contract on the blockchain — in less than 20 mins!](https://medium.com/fukuball-murmur/ethereum-%E9%96%8B%E7%99%BC%E7%AD%86%E8%A8%98-2-2-geth-%E5%9F%BA%E7%A4%8E%E7%94%A8%E6%B3%95%E5%8F%8A%E6%9E%B6%E8%A8%AD-muti-nodes-%E7%A7%81%E6%9C%89%E9%8F%88-b6c853258e4f)