Skip to content

The world's most powerful swap component powered by WaxOnEdge + NeftyBlocks.

Notifications You must be signed in to change notification settings

neftyblocks/waxonedge-swap

Repository files navigation

WaxOnEdge Swap

The world's most powerful swap component powered by WaxOnEdge + NeftyBlocks.

the root of this project is for development of the component.

the source code is in swap/

check the swap readme

Development

  1. Install packages:
    $ pnpm i
  1. Run develop:
    $ pnpm dev

go to localhost:5173

  1. Build the library: this will build two versions: the swap with vue embedded and the swap without.
    $ pnpm build

Publish

publishing to npm is done through GitHub actions, create a new tag with the last version and push it.

    $ git tag v0.0.0

    $ git push origin v0.0.0