Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.33 KB

smartcontract.md

File metadata and controls

32 lines (18 loc) · 1.33 KB

Lux Smart Contract Instruction

This guide will show you how to creat a contract using lux-qt wallet

  1. Open required smart contract on http://remix.ethereum.org

  2. Press "Start to compile" button

  3. After smart contract has finished compiling - press "Details" button

Smartcontract1

  1. In opened window one should copy contains of "objects" filed (it is compiled smart contract bytecode)

  2. 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

Smartcontract2

  1. 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)

  2. Set optional fields if necessary

Smartcontract3

  1. Press "CreateContract" button

  2. After transaction with smart contract is created successfully - window with smart contract info will open

Smartcontract4

Smartcontract5