Files
nym/documentation/dev-portal/src/examples/browser-only.md
T
import this 7e36595d8f [DOCs/bugfix]: Fix broken URLs (#4745)
* create archive nym connect page & add redirections

* add info to socks5 page

* fix dev-portal links

* finish URL edits and redirection
2024-08-06 12:37:37 +00:00

1.3 KiB

Browser only

With the Typescript SDK you can run a Nym client in a webworker - meaning you can connect to the mixnet through the browser without having to worry about any other code than your web framework.

  • Oreowallet have integrated mixFetch into their browser-extension wallet to run transactions through the mixnet.

  • NoTrustVerify have set up an example application using mixFetch to fetch crypto prices from CoinGecko over the mixnet.

  • There is a coconut-scheme based Credential Library playground here. This is a WASM implementation of our Coconut libraries which generate raw Coconut credentials. Test it to create and re-randomize your own credentials. For more information on what is happening here check out the Coconut docs.

  • You can find a browser-based 'hello world' chat app here. Either open in two browser windows and send messages to yourself, or share with a friend and send messages to each other through the mixnet.