LoginSignup
3
3

More than 5 years have passed since last update.

Eris Package Manager on golang.

Last updated at Posted at 2015-01-19

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/

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3