File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Ethereum-Bitcoin exchange between Alice and Bob.
9696
9797## How to try it out?
9898You can use either testnets for Ethereum and Bitcoin networks or run the local test networks by
99- using such utilits as [ ` ganache ` ] ( https://trufflesuite.com/ganache/ ) for Ehtereum and
99+ using such utilities as [ ` ganache ` ] ( https://trufflesuite.com/ganache/ ) for Ethereum and
100100[ ` nigiri ` ] ( https://nigiri.vulpem.com/ ) for Bitcoin.
101101
102102You can use this deployed, verified and ready for use contracts:
@@ -124,7 +124,7 @@ can find it in the readme section, for ZK proof generation.
124124Before compiling make sure, that you have the OpenMP installed on your device. It is required
125125dependency to build the ` rapidsnark-sys ` crate.
126126``` bash
127- sudo apt update sudo apt upgrate
127+ sudo apt update sudo apt upgrade
128128sudo apt install libomp-dev
129129```
130130
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ if [ -d ./circuits ]; then
1010elif [ -d ../circuits ]; then
1111 BUILD_DIR=" ../$BUILD_DIR "
1212else
13- echo " Error: can't find way to circuits folder: unknow directory."
13+ echo " Error: can't find way to circuits folder: unknown directory."
1414 exit 1
1515fi
1616
1717mkdir -p $BUILD_DIR /$SETUP_POWERS
1818
19- # Generatin trusted setup as powers/SETUP_POWERS.ptau
19+ # Generating trusted setup as powers/SETUP_POWERS.ptau
2020echo -e " \Generating trustep setup..."
2121
2222snarkjs powersoftau new bn128 ${SETUP_POWERS} ${BUILD_DIR} /${SETUP_POWERS} /pot${SETUP_POWERS} _0000.ptau
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ pub struct SwapParticipant {
8989 /// Posidon hash of the swap secret.
9090 ///
9191 /// It is [`Some`] only after either [`Self::new_atomic_swap`] for swap initiator or
92- /// [`Self::accept_atomic_swap`] for swap counteraprty .
92+ /// [`Self::accept_atomic_swap`] for swap counterparty .
9393 swap_secret_hash : Option < [ u8 ; 32 ] > ,
9494
9595 /// Counterparty's Bitcoin public key that is used as a revocation key in Taprootized
You can’t perform that action at this time.
0 commit comments