We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a test in taquito-test-dapp where user can transfer amount of tez to an etherlink evm address
for example: tz1VSUr8wwNhLAzempoch5d6hLRiTh8Cjcjb transfer 20 to etherlink address 0xF114F39Db8E352CFDBc96b9Ee65695fc76cCCFc1 operation object:
{ "branch": "BLoCQDVcH8r4Ti22HMXuEYKLWxuzGGSosbQpSAnZP3Z8tW9rPWM", "contents": [ { "kind": "transaction", "source": "tz1VSUr8wwNhLAzempoch5d6hLRiTh8Cjcjb", "fee": "803", "counter": "103657", "gas_limit": "4387", "storage_limit": "0", "amount": "20000000", "destination": "KT1VEjeQfDBSfpDH5WeBM5LukHPGM2htYEh3", "parameters": { "entrypoint": "deposit", "value": { "prim": "Pair", "args": [ { "string": "sr18wx6ezkeRjt1SZSeZ2UQzQN3Uc3YLMLqg" }, { "bytes": "f114f39db8e352cfdbc96b9ee65695fc76cccfc1" } ] } } } ] }
operation on ghostnet: https://ghostnet.tzkt.io/opRpwm4NimcNoZw1k67JU4da3VGxgohWU2Ve8LhSnvvtWDnDe8s/103657 operation on etherlink: https://testnet-explorer.etherlink.com/tx/0x5a593b1f707fbc8c767f19de621fda795acbdbda73470612c1db698a5a8b3273
nice to have: show etherlink balance after transferring
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Add a test in taquito-test-dapp where user can transfer amount of tez to an etherlink evm address
for example: tz1VSUr8wwNhLAzempoch5d6hLRiTh8Cjcjb transfer 20 to etherlink address 0xF114F39Db8E352CFDBc96b9Ee65695fc76cCCFc1
operation object:
operation on ghostnet: https://ghostnet.tzkt.io/opRpwm4NimcNoZw1k67JU4da3VGxgohWU2Ve8LhSnvvtWDnDe8s/103657
operation on etherlink: https://testnet-explorer.etherlink.com/tx/0x5a593b1f707fbc8c767f19de621fda795acbdbda73470612c1db698a5a8b3273
nice to have: show etherlink balance after transferring
The text was updated successfully, but these errors were encountered: