60912ff8ef
* fix: sdk publish script The bash implementation used in the GitHub CI runner seems to have an issue with incrementing a variable with `(( COUNTER++ ))` while `(( COUNTER=+1 ))` works fine. * Add more sdk packages to workspace and normalize build sdk scripts * Disable workspaces in npm publish sdk Signed-off-by: Sebastian Martinez <me@sebastinez.dev> * Continue publishing even when it fails Signed-off-by: Sebastian Martinez <me@sebastinez.dev> --------- Signed-off-by: Sebastian Martinez <me@sebastinez.dev>
Nym SDK (Typescript)
Packages
- SDK - the Nym SDK package
Examples
- Plain HTML + Javascript - very simple chat app written in plain Javascript
- Chat App - simple chat app written in React with Webpack
Coming soon:
- Node tester - a React app that sends test packets to a mixnode and measure the network speed
- Mixnet topology viewer - a Svelte app that shows the mixnodes current in the active set
- Get a bandwidth voucher - get a bandwidth voucher to use the mixnet