deriv-p2p
v1.1.2
Published
p2p cashier
Downloads
36
Readme
Index
- General - Contains general philosophy and overview of this package
- Modules docs - Contains implementation guides (i.e., scaffolding, code usage)
Requirements
- node
- npm
Editor helpers
- Prettier setup in your editor https://prettier.io/
- Stylelint setup in your editor https://stylelint.io/
- Eslint setup in your editor https://eslint.org/
🚀 Quick start
Install your dependencies:
npm ci
To build publish file:
npm run build
Libary usage:
import P2P from 'deriv-p2p' <P2P />
File Structure
src
├── components/
│ ├── ads/
│ │ ├── ads.js
│ │ ├── ads.scss
│ ├── orders/
│ │ ├── orders.js
│ │ ├── orders.scss
│ ├── ...
│ └── app.jsx
├── utils/
│ ├── timer.js // TODO
│ ├── ...
├── index.js
index.js // publish file
webpack.config.js
package.json