Eris Package Manager(EPM)?
The Smart Contract Package Managerとのこと。
念のため、gvmを入れておく。
install-golang-on-ubuntuを頼りにgvm入れる。
#cf.GVMを使って複数バージョンのGoを便利に切り替える
$ gvm version
Go Version Manager v1.0.22 installed at /home/kmry/.gvm
$ gvm install go1.4
Downloading Go source...
Installing go1.4...
- Compiling...
$ gvm list
gvm gos (installed)
go1.4
$ gvm use go1.4
Now using version go1.4
go install!
ここのinstallに従ってインストールできる。
確認。
$ epm -init
$ cd elm_ex
$ cat hello.elm
main = plainText "hello"
さて、IoT時代のスマートコントラクトへの長い旅が始まります!?
The Eris Package Manager (EPM) is the first smart contract package manager. EPM allows developers to easily and simply compile, deploy, and test suites of smart contracts in a cohesive manner.
See,
https://epm.io/