An implementation of a UI for Sol Surfer, an NFT exchange powered by Solana. This project started as a submission for the SolanaSzn Hackathon.
Marketplace: https://solsurfer.xyz Landing Page: https://app.solsurfer.xyz
Run yarn
to install dependencies, then run yarn start
to start a development server or yarn build
to create a production build that can be served by a static file server.
Our documentation is still under development, but a rough draft is available on Gitbook
Feel free to contribute in the following ways:
See the Create React App documentation for other commands and options.
See sol-wallet-adapter for an explanation of how the Serum DEX UI interacts with wallet services to sign and send requests to the Serum DEX.
See spl-token-wallet for an implementation of such a wallet, live at sollet.io.