-
Updated
May 27, 2022 - C#
mixer
Here are 172 public repositories matching this topic...
-
Updated
Dec 31, 2021 - Python
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jan 19, 2021 - Lua
-
Updated
May 8, 2022 - C++
-
Updated
Oct 10, 2021 - C
-
Updated
Jun 13, 2017 - Objective-C++
-
Updated
Nov 20, 2018 - Python
As per the title, it wouldn't hurt to add more git hooks to this repo, especially pre-commit ones to make sure no style violation happens within commits, and to catch such hiccups asap instead of waiting for the CI to fail.
The pre-commit tool looks like a good way to manage various pre-commit hooks, so it may be interesting to look into adding support for this tool l
-
Updated
Feb 23, 2022 - Python
-
Updated
Feb 3, 2021 - JavaScript
The Result type has served us well but as Hayden pointed out it would be nice to have an error code instead of just a message string.
Rather than extend Result I'd suggest moving to std::expected. It didn't quite make the C++20 standard but the feature is basically ready and there is a nice and popular compat library we can use until the next standard comes out: https://github.com/TartanL
-
Updated
Jun 23, 2018 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 5, 2020 - Dockerfile
-
Updated
Oct 29, 2018 - Swift
Improve this page
Add a description, image, and links to the mixer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mixer topic, visit your repo's landing page and select "manage topics."
I am a user, I want to use Miximus, I have tokens or Ether which I want to convert into anonymised tokens. How do I do this?
Once my tokens have been anonymised I need to withdraw them again, to convert them back to the original tokens or Ether that I originally deposited. I should also be able to give these anonymised tokens to other people, without revealing that it was I that deposited them.