0g-chain/x/bep3/spec
mergify[bot] be5bf62ab8
fix:paramaters->paramaters (#1796) (#1872)
Fix misspellings across docs & comments

(cherry picked from commit 0ea92335de)

Co-authored-by: alex <152680487+bodhi-crypo@users.noreply.github.com>
2024-04-05 07:14:49 -07:00
..
diagrams [R4R] BEP3 module spec and clean up (#450) 2020-04-23 13:57:25 -07:00
01_concepts.md update bep3 docs for mainnet (#587) 2020-06-15 04:37:28 -04:00
02_state.md fix:paramaters->paramaters (#1796) (#1872) 2024-04-05 07:14:49 -07:00
03_messages.md update bep3 docs for mainnet (#587) 2020-06-15 04:37:28 -04:00
04_events.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
05_params.md Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
06_begin_block.md [R4R] Better docs (#541) 2020-06-03 14:54:31 -04:00
README.md update bep3 docs for mainnet (#587) 2020-06-15 04:37:28 -04:00

bep3

  1. Concepts
  2. State
  3. Messages
  4. Events
  5. Params
  6. BeginBlock

Abstract

x/bep3 is a module that handles cross-chain atomic swaps between Kava and blockchains that implement the BEP3 protocol. Atomic swaps are created, then either claimed before their expiration block or refunded after they've expired.

Several user interfaces support Kava BEP3 swaps:

Swaps can also be created, claimed, and refunded using Kava's Javascript SDK or CLI.