Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@gnosis.pm/dex-react
Advanced tools
[![npm version](https://img.shields.io/npm/v/@gnosis.pm/dex-react.svg?style=flat)](https://npmjs.org/package/@gnosis.pm/dex-react 'View this project on npm') [![Build Status](https://travis-ci.org/gnosis/dex-react.svg?branch=develop)](https://travi
Web app for dFusion DEX (see the dFusion paper).
This app will allow to:
# Install dependencies
npm install
# Start dev server in http://localhost:8080
npm start
Open http://localhost:8080 in any browser.
The app will run by default in mock mode, that means that all service implementations will be replaced by a mocked one with some fake data. This is useful for development, however it's also useful to run it with the actual implementation:
# Disable mock mode
MOCK=false npm start
Alternatively, if you want to modify always this behaviour, add the env var into a local .env
file (i.e. use .env.example as an example of the content).
When running in mock mode, the wallet will be connected automatically, to change this behaviour run the app:
# Disable autoconnect, for mock mode
AUTOCONNECT=false npm start
Alternatively, if you want to modify always this behaviour, add the env var into a local .env
file (i.e. use .env.example as an example of the content).
npm run build
The static files will be generated in ./dist
dir.
npm test
Manually, by running:
npm run lint:fix
If you use Visual Studio Code, it's recommended to install Prettier - Code formatter
and add the following to your settings.json
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{"language": "typescript", "autoFix": true },
{"language": "typescriptreact", "autoFix": true }
]
In order to get testing tokens, read up the information here: faucet
FAQs
[![npm version](https://img.shields.io/npm/v/@gnosis.pm/dex-react.svg?style=flat)](https://npmjs.org/package/@gnosis.pm/dex-react 'View this project on npm') [![Build Status](https://travis-ci.org/gnosis/dex-react.svg?branch=develop)](https://travi
The npm package @gnosis.pm/dex-react receives a total of 3 weekly downloads. As such, @gnosis.pm/dex-react popularity was classified as not popular.
We found that @gnosis.pm/dex-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.