https://github.com/neftyblocks/waxonedge-swap
The world's most powerful swap component powered by WaxOnEdge + NeftyBlocks.
https://github.com/neftyblocks/waxonedge-swap
Last synced: 3 months ago
JSON representation
The world's most powerful swap component powered by WaxOnEdge + NeftyBlocks.
- Host: GitHub
- URL: https://github.com/neftyblocks/waxonedge-swap
- Owner: neftyblocks
- Created: 2024-07-18T02:54:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T06:53:46.000Z (10 months ago)
- Last Synced: 2025-02-15T15:16:10.692Z (3 months ago)
- Language: Vue
- Homepage: https://www.npmjs.com/package/@waxonedge/swap
- Size: 396 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](./swap/README.md)
# Development
1. Install packages:
```bash
$ pnpm i
```2. Run develop:
```bash
$ pnpm dev
```go to [localhost:5173](http://localhost:5173/)
3. Build the library:
this will build two versions: the swap with vue embedded and the swap without.```bash
$ pnpm build
```### Publish
publishing to npm is done through GitHub actions, create a new tag with the last version and push it.
```bash
$ git tag v0.0.0$ git push origin v0.0.0
```