Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/wasmjuicer/juicer

CosmWasm contracts for WasmJuicer
https://github.com/wasmjuicer/juicer

cosmwasm privacy smart-contract

Last synced: 3 months ago
JSON representation

CosmWasm contracts for WasmJuicer

Lists

README

        

# WasmJuicer

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)

:warning: To this day, the code is unaudited.

However, it is still an experimental software. Please use at your own risk.

## A CosmWasm contract for privacy solutions

WasmJuicer is a [cosmwasm](https://cosmwasm.com/) smart-contract to send private transaction on CosmoWasm enabled chains

WasmJuicer is inspired by a lot from [tornado.cash](https://tornado.cash) and from this wonderful proposal [poseidon-tornado](https://github.com/ChihChengLiang/poseidon-tornado)

## Build

```bash
cargo build
```

## Test

```bash
cargo test
```