AlleniCode
AlleniCode
When I entered a dapp page with `BrowserViewController`, it cannot connect my wallet automatically. https://github.com/skywinder/web3swift/blob/develop/Example/web3swiftBrowser/web3swiftBrowser/ViewController.swift ```swift class DAppsViewController: BrowserViewController { override func viewDidLoad() { super.viewDidLoad() } override func viewWillAppear(_ animated:...
I'm using [Uniswap](https://app.uniswap.org/#/swap) and [WalletConnect](https://example.walletconnect.org) to [send transaction](https://docs.walletconnect.org/json-rpc-api-methods/ethereum#eth_sendtransaction): I made a transaction from json: ```swift {"data":"0xc04b8d59000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000e7a7fd7607dab86cb7680e606934098b33a2b42000000000000000000000000000000000000000000000000000000000610a3660000000000000000000000000000000000000000000000000002386f26fc10000000000000000000000000000000000000000000000000001584225329b4c81a50000000000000000000000000000000000000000000000000000000000000042c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20001f42260fac5e5542a773aa44fbcfedf7c193bc2c599000bb86b175474e89094c44da98b954eedeac495271d0f000000000000000000000000000000000000000000000000000000000000", "from":"0xe7a7fd7607dab86cb7680e606934098b33a2b420", "gas":"0x429a0", "to":"0xe592427a0aece92de3edee1f18e0157c05861564", "value":"0x2386f26fc10000"} ``` My code: ```swift guard var options = TransactionOptions.fromJSON(dic) else...
Podfile use_frameworks! [!] The 'Pods-MediSharesiOS' target has transitive dependencies that include static binaries: (/Users/zhangyutao/GitHubProject/mds-ios/Pods/OpenSSL-Universal/lib-ios/libcrypto.a and /Users/zhangyutao/GitHubProject/mds-ios/Pods/OpenSSL-Universal/lib-ios/libssl.a) https://github.com/CocoaPods/CocoaPods/issues/3289 https://github.com/CocoaPods/CocoaPods/issues/3583 http://luoxianming.cn/2016/03/27/CocoaPods/
Here is a unspent out tx: I call this func to sig, but failed! ``` - (NSData*) signatureHashForScript:(BTCScript*)subscript inputIndex:(uint32_t)inputIndex hashType:(BTCSignatureHashType)hashType error:(NSError**)errorOut; ``` "script_type": "pay-to-script-hash" How to sig a P2SH script?...
Is there any func to encrypt the BTCMnemonic data (entropy、seed), or mnemonic words with password?
badgeFont = [UIFont systemFontOfSize:12]; 这样的圆点好像被切割了一点,变得不圆了
I fund there was no response when I ran the example project by clicking the "eth_sendTransaction" and "eth_signTypedData" button: https://example.walletconnect.org   @sche @DmitryBespalov
I call the func `self.server.disconnect(from: session)`, but it still logs these: WC: didDisconnect url: https://bridge.walletconnect.org WC: trying to reconnect session by url: https://bridge.walletconnect.org WC: didConnect url: https://bridge.walletconnect.org WC: ==> {"payload":"","topic":"66396782-A690-4888-9AD9-F74A70403E7D","type":"sub"}...
How to build iOS SDK with ontology-go-sdk?