Skip to content

Handling inputs to a smart contract constructor  #33

@oskarth

Description

@oskarth

Duplicate of logos-messaging/nwaku#323

Problem

The problem is about how to deploy a smart contract with its constructor's inputs using nim-web3.

Some thoughts:
The EthSend has a data field which embodies the compiled code of the contract, probably the constructor's parameters should be passed/encoded as part of the data field, like <smartcontract code><parameters of constructor> but couldn't find the encoding procedure in this library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions