Site to perform peer to peer atomic swaps on the Algorand blockchain
Live: https://test.swaplink.xyz
Build in debug mode:
cd wasm
wasm-pack build --out-dir ../wasm-build --debug
Build in release mode:
cd wasm
wasm-pack build --out-dir ../wasm-build --release
-
NETWORK
sets the network to connect to. Possible (explicit) values:test
. Defaults to private network. -
ENV
sets the deployment environment. Possible (explicit) values:prod
. Defaults to local environment. Used e.g. to determine the generated swap link base URL.
Complete build command example:
NETWORK=test ENV=prod wasm-pack build --out-dir ../wasm-build --release
Initialize the React app:
npm install
Run the React app:
cd react-app
npm start
See more instructions for React in the app folder
- Fork
- Commit changes to a branch in your fork
- Push your code and make a pull request