diff --git a/.gitignore b/.gitignore index 753a576..eb3c059 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,9 @@ yarn-error.log* .idea .env + + +# TV +public/charting_library +src/charting_library +public/datafeeds \ No newline at end of file diff --git a/README.md b/README.md index d0804e2..99cdff3 100644 --- a/README.md +++ b/README.md @@ -27,25 +27,6 @@ It is possible to add OHLCV candles built from on chain data using [Bonfida's AP - Copy `charting_library` folder from https://github.com/tradingview/charting_library/ to `/public` and to `/src` folders. - Copy `datafeeds` folder from https://github.com/tradingview/charting_library/ to `/public`. -3. Import `TVChartContainer` from `/src/components/TradingView` and add it to your `TradePage.tsx`. The TradingView widget will work out of the box using [Bonfida's](https://bonfida.com) datafeed. - -4. Remove the following from the `tsconfig.json` - -```json -"./src/components/TradingView/index.tsx" -``` - -5. Uncomment the following in `public/index.html` - -``` - -