This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
how to deploy my contract #46
Comments
hi shamatar My Dapp needs this function very much. 😄 |
I’ve pushed 0.5.0 few minutes ago, would you check it? Syntax should be someone like
let contract = web3.contract(...)
let intermediate = contract.deploy(...)
…________________________________
From: xuman.xu <notifications@github.com>
Sent: Tuesday, April 10, 2018 1:57:10 PM
To: BANKEX/web3swift
Cc: Subscribed
Subject: Re: [BANKEX/web3swift] how to deploy my contract (#46)
hi shamatar
Thank you very much . but I want to know : when will release the milestone 0.5?
My Dapp needs this function very much. 😄
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#46 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGKv9xweB96km8heqVE6myHOAdF-Rgyuks5tnJAGgaJpZM4TNiKx>.
|
Thank you .I'll check it and verify it. |
Should be fixed in #48, can you test it once again? |
It was indeed intended behavior, if your transaction is not yet included in block than the receipt and details are "null". In #51 I've added a convenience instance of transaction receipt with status = .notYetProcessed |
@wufeiafei |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a requiement : I want to use web3swift deploy my contract on my mobile. It's very Important for my Dapp. What do I need to do.
The text was updated successfully, but these errors were encountered: