Skip to content

MathieuCesbron/unidoublev2

Repository files navigation

unidouble logo

Netlify Status License

The objective of Unidouble is to be a better version of Ebay.

Run locally

cd app
npm start

Environment

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"

Deploy a new version of the program to devnet

  1. Change localnet to devnet in anchor.toml.

  2. rm -rf target/deploy/\*
  3. anchor build
  4. Change the old programId to the new one.

  5. anchor build
    anchor deploy

Deploy a new store

anchor run deploy

Releases

No releases published

Packages

No packages published