Go to file
Tyler 5715e09fee
Merge pull request #38 from cryptogosu/mango
Added SRM Connect Wallet CTA
2021-04-19 12:19:41 -04:00
public updated manifest and index.html 2021-03-28 18:10:15 +03:00
src Added SRM Connect Wallet CTA 2021-04-13 20:32:23 -05:00
.env Use env for stats api url 2021-02-18 15:42:09 -05:00
.gitignore Initial commit 2020-08-28 07:29:28 +08:00
.travis.yml Set up travis 2020-11-01 09:17:21 -08:00
LICENSE Initial commit 2020-08-28 07:29:28 +08:00
README.md Update README.md 2021-03-27 19:53:05 +01:00
craco.config.js update styling 2021-02-26 16:38:01 -05:00
package.json Created alert page with necessary types and components 2021-04-09 22:54:10 +03:00
tsconfig.json Tradingview (#11) 2021-02-20 23:51:07 +01:00
yarn.lock Created alert page with necessary types and components 2021-04-09 22:54:10 +03:00

README.md

Mango UI

The code that runs https://trade.mango.markets We are welcoming contributions from the community, we are collecting all the feedback we get in this list. Feel free to reach out to us in #developer-support on our discord for questions about the code.

Running the UI

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.

Solana program 🧬

https://github.com/blockworks-foundation/mango

Client API for bots 🤖

https://github.com/blockworks-foundation/mango-client-ts