Skip to content

coin-shuffle/node-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node

Implementation of CLI partipant in coin shuffle process

Running

Generate RSA private key:

openssl genrsa > rsa-key.pem

Write ECDSA private key to file:

echo "<private-ley>" > ecdsa.key

To start shuffling:

cargo run -- shuffle --utxo-id 199 --service-url http://127.0.0.1:8080 --rpc-url https://goerli.blockpi.network/v1/rpc/public --ecdsa-priv-path ./ecdca.key --rsa-priv-path ./rsa-key.pem --utxo-address 0x4C0d116d9d028E60904DCA468b9Fa7537Ef8Cd5f --output-address 0xdC230332Bd602EC4E286D2A59878A9DF52aB62ef

About

Implementation of participant in coin shuffle process

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages