warp-contracts / sequencer

4 stars 0 forks source link

JS client to send transactions to the sequencer #7

Open szynwelski opened 1 year ago

szynwelski commented 1 year ago

The client should allow the creation of a Cosmos transaction containing a given signed Arweave transaction. The signature of the Cosmos transaction should be equal to the signature of the Arweave transaction (see #8).

After creating a transaction, the client should send it to the sequencer network.

Client should be as light as possible because it will eventually be included in Warp Contracts SDK.

To be decided:

szynwelski commented 1 year ago

Decision:

szynwelski commented 11 months ago

Centralized and decentralized sequencer client: warp-contracts/warp#472