The objective of Unidouble is to be a better version of Ebay.
cd app
npm start
The 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
localnet
todevnet
in anchor.toml. -
rm -rf target/deploy/\*
-
anchor build
-
Change the old
programId
to the new one. -
anchor build anchor deploy
anchor run deploy