Go to file
Nishad 14d9a1118e Mention new features in new markets on deprecated markets transition page 2020-09-22 15:03:01 +08:00
public Deploy to github pages 2020-08-29 19:54:38 -07:00
src Mention new features in new markets on deprecated markets transition page 2020-09-22 15:03:01 +08:00
.env Support supplying keys for referral rebates on upcoming markets 2020-09-22 14:49:29 +08:00
.gitignore Initial commit 2020-08-28 07:29:28 +08:00
LICENSE Initial commit 2020-08-28 07:29:28 +08:00
README.md document dep installation instruction (#3) 2020-08-31 22:39:52 +08:00
craco.config.js Initial commit 2020-08-28 07:29:28 +08:00
package.json Support supplying keys for referral rebates on upcoming markets 2020-09-22 14:49:29 +08:00
tsconfig.json Initial commit 2020-08-28 07:29:28 +08:00
yarn.lock Support supplying keys for referral rebates on upcoming markets 2020-09-22 14:49:29 +08:00

README.md

Serum DEX UI

An implementation of a UI for the Serum DEX.

See A technical introduction to the Serum DEX to learn more about the Serum DEX.

See serum-js for DEX client-side code. Serum DEX UI uses this library.

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.


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.

See the Create React App documentation for other commands and options.