Home | 简体中文 | 繁体中文 | 杂文 | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | Github | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

36.3. eosiocpp 命令

36.3.1. 创建新合约

			
[root@iZj6c39y62jl5b1wmfv6u8Z test]# eosiocpp -n hello
created hello from skeleton

[root@iZj6c39y62jl5b1wmfv6u8Z test]# find hello/
hello/
hello/hello.hpp
hello/hello.cpp			
			
			
			

			
			

36.3.2. 编译 WAST 文件

			
eosiocpp -o output.wast contract.cpp			
			
			

36.3.3. 编译 ABI 文件

			
eosiocpp -g contract.abi types.hpp