The objective of Unidouble is to be a better version of Ebay.
cd app
npm startThe default solana environment for Unidouble is devnet. The environment variable REACT_APP_NETWORK can be changed to choose the solana network.
export REACT_APP_NETWORK="mainnet-beta"-
Change
localnettodevnetin anchor.toml. -
rm -rf target/deploy/\* -
anchor build
-
Change the old
programIdto the new one. -
anchor build anchor deploy
anchor run deploy