XcmSend / api

Bagpipes Json Api
https://xcmsend.github.io/api/index.html
Other
0 stars 1 forks source link

turing mangata moonriver #35

Closed flipchan closed 7 months ago

flipchan commented 7 months ago

todo: test the draft

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api ❌ Failed (Inspect) Apr 16, 2024 5:06pm
flipchan commented 7 months ago

curl -X POST -H "Content-Type: application/json" -d '{"source_chain": "turing", "dest_chain": "moonriver", "destination_address": "0xA68db75204262BFC29aaC76CD546E2500Ba2AcBd", "amount": 100, "assetid": 0}' http://localhost:8080/create/scenario {"result":"SFdcb77BY"}

curl -X POST -H "Content-Type: application/json" -d '{"id": "SFdcb77BY"}' http://localhost:8080/scenario/info/full {"result":{"tx":"0xa8042c0103000101000921009101030102009d1f0300a68db75204262bfc29aac76cd546e2500ba2acbd00","summary":"turing > xTransfer > moonriver","asset":"0","amount":"100","source_chain":"turing","dest_chain":"moonriver","txtype":"xTransfer"}}