Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

oraichain/cosmwasm-mixer

Repository files navigation

CosmWasm Mixer

Introduction

This repository contains the Cosmwasm implementation of Webb Protocol, which would be used for Cosmos SDK blockchains.

Contracts layout

contracts/
    |___mixer/                        # Mixer contract
wasm/
    |___mixer_js/                     # Mixer wasmjs

Building the contracts(wasm)

Building

To build the contract, run the following command.

yarn build

generate mixer js:

yarn build-wasm --target nodejs

Testing

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

License

Licensed under Apache License 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published