This repository contains the Cosmwasm implementation of Webb Protocol, which would be used for Cosmos SDK blockchains.
contracts/
|___mixer/ # Mixer contract
wasm/
|___mixer_js/ # Mixer wasmjs
To build the contract, run the following command.
yarn build
generate mixer js:
yarn build-wasm --target nodejs
Run the following command to run the unit tests.
yarn test test_mixer_should_be_able_to_deposit_native_token --release
#testing mixer_js
cargo test --release --package cosmwasm-mixer-js --lib --target wasm32-unknown-unknown -- tests::test_zk