Skip to content

SolDapper/xtrader

Repository files navigation

xTrader

install dependencies

npm i

create .env file

touch .env

add rpc to .env

RPC=<YOUR-HELIUS-HERE>

rename .parcellrc to .parcelrc-temp

a temporary rename until you've generated your own .well-known/assetlinks.json fingerprint during packaging for the dapp store later

mv .parcellrc .parcelrc-temp

start on localhost

npm start

default port

http://localhost:1234

customize

• edit the manifest.json details

• edit the metatags in head section of src/index.html

• edit images and css as necessary

*help with icon and splash screen image generation can be found here: PWA Builder

package for dapp store

your app must hosted on your fqdn and be a fully functional pwa to continue

here is a tool to help: PWA Builder

  1. create a new mobile directory
touch mobile
  1. navigate to the directory
cd mobile
  1. continue here Solana Mobile Docs

bubblewrap update --manifest=./twa-manifest.json

replace the mobile/store_icon.png generated by with the high def store_icon.png from the src/img directory prior to building a signed release apk

bubblewrap build

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published