This guide will show you how to creat a contract using lux-qt wallet
-
Open required smart contract on http://remix.ethereum.org
-
Press "Start to compile" button
-
After smart contract has finished compiling - press "Details" button
-
In opened window one should copy contains of "objects" filed (it is compiled smart contract bytecode)
-
One should copy ABI from this very window as well as well 6,7) Paste Bytecode and ABI on "Create Smart Contract" tab to respective fields
-
Fill constructior fileds of smart contract (if there are ones. if there is no smart contract - there will be no constructor and this field will be empty)
-
Set optional fields if necessary
-
Press "CreateContract" button
-
After transaction with smart contract is created successfully - window with smart contract info will open