orbiter-sign-template

Generate a signable transaction template with optional RPC enrichment.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "orbiter-sign-template" with this command: npx skills add orbiter-finance/bridge-skills/orbiter-finance-bridge-skills-orbiter-sign-template

Orbiter Sign Template

Generate a signable transaction template (nonce and gas/fee fields can be filled from RPC).

When to Use

  • You want a template suitable for wallet/SDK signing
  • You need automatic nonce and gas field population

Inputs

  • sourceChainId (string)
  • destChainId (string)
  • sourceToken (string)
  • destToken (string)
  • amount (string)
  • userAddress (string)
  • targetRecipient (string)
  • slippage (number, optional)
  • feeConfig (object, optional)
  • channel (string, optional)
  • rpcUrl (string, optional)
  • chainId (string, optional)

Outputs

  • tx
  • quote
  • template (includes nonce / gas / fee)

CLI Example

orbiter bridge sign-template \
  --source-chain 42161 \
  --dest-chain 8453 \
  --source-token 0x0000000000000000000000000000000000000000 \
  --dest-token 0x0000000000000000000000000000000000000000 \
  --amount 300000000000000 \
  --user 0xabc... \
  --recipient 0xabc... \
  --chain 42161

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

orbiter-bridge-quote

No summary provided by upstream source.

Repository SourceNeeds Review
General

orbiter-tokens

No summary provided by upstream source.

Repository SourceNeeds Review
General

orbiter-sign-broadcast

No summary provided by upstream source.

Repository SourceNeeds Review
General

orbiter-tx-broadcast

No summary provided by upstream source.

Repository SourceNeeds Review