2017-01-14 23:11:43 +00:00
|
|
|
Deploying to IPFS
|
|
|
|
=================
|
|
|
|
|
|
|
|
To deploy a dapp to IPFS, all you need to do is run a local IPFS node
|
|
|
|
and then run ``embark upload ipfs``. If you want to deploy to the livenet then
|
|
|
|
after configuring you account on ``config/blockchain.json`` on the
|
2017-02-08 11:31:57 +00:00
|
|
|
``livenet`` environment then you can deploy to that chain by
|
|
|
|
specifying the environment ``embark ipfs livenet``.
|
2018-03-15 20:11:42 +00:00
|
|
|
|