diff --git a/applications/tari_collectibles/README.md b/applications/tari_collectibles/README.md index 82121e25cf..a99f3e4c43 100644 --- a/applications/tari_collectibles/README.md +++ b/applications/tari_collectibles/README.md @@ -2,16 +2,15 @@ ```bash # run a tari_console_wallet with grpc on port 18143 +# run a base node with grpc on port 18142 +# run a validator node with grpc on port 18144 # ... # then in `tari_collectibles/web-app/` npm i +npm run build -# in `tari_collectibles/` -cargo install tauri-cli --version "^1.0.0-beta" -npm i - -npm start # npm run tauri dev +#Then in root +cargo run --bin tari_collectibles -# dev cycle: https://tauri.studio/en/docs/usage/development/development ```