RUST_LOG="off,sui_node=info" sui start --with-faucet --force-regenesis
curl --location --request POST 'http://127.0.0.1:9123/gas' \
--header 'Content-Type: application/json' \
--data-raw '{
"FixedAmountRequest": {
"recipient": "<YOUR_ADDRESS>"
}
}'
cd sui_contracts
sui move build
sui client publish --skip-dependency-verification
cd sui_client
yarn install; yarn dev