Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 850 Bytes

File metadata and controls

44 lines (27 loc) · 850 Bytes

SwapLink

Continuous integration

Site to perform peer to peer atomic swaps on the Algorand blockchain

Live: http://www.swaplink.xyz

Community project: no additional fees or charges.

Pre-requisites

Rust, wasm-pack and Node.js

Instructions

Build Rust:

cd wasm
wasm-pack build --out-dir ../wasm-build

Initialize the React app:

npm install

Run the React app:

cd react-app
npm start

See more instructions for React in the app folder

Contribute

  1. Fork
  2. Commit changes to a branch in your fork
  3. Push your code and make a pull request