add deprecation warnings
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8ec45e86f6
commit
f90d06fe92
18
README.md
18
README.md
|
@ -1,27 +1,17 @@
|
|||
# __WARNING__: This repository is deprecated. See https://github.com/dap-ps/discover for current state.
|
||||
|
||||
# Discover
|
||||
|
||||
|
||||
|
||||
A repo for Dapp Discovery through Status, and any other browser. Viewing curated information does not require any special tools, though effecting the way information is ranked will require a web3 wallet, whether that is Status, MetaMask, Trust, Brave or whichever one you prefer.
|
||||
|
||||
|
||||
|
||||
## Available Scripts
|
||||
|
||||
|
||||
|
||||
This project is based on Embark v4.0.1, with a few things customised for React. Currently, you'll need to run the app and Embark separately, in different tabs in your terminal.
|
||||
|
||||
|
||||
|
||||
### `npm run build`
|
||||
|
||||
|
||||
|
||||
Builds the app into the `build` directory.
|
||||
|
||||
|
||||
**Steps to run the app:**
|
||||
|
||||
* ### `embark run testnet --noserver`
|
||||
|
@ -49,14 +39,8 @@ Builds the app into the `build` directory.
|
|||
|
||||
### `embark test`
|
||||
|
||||
|
||||
|
||||
Will compile your contracts, with hot-reloading, and let you test them locally to your heart's content.
|
||||
|
||||
|
||||
|
||||
### slither . --exclude naming-convention --filter-paths token
|
||||
|
||||
|
||||
|
||||
Make sure you get TrailofBits' [latest static analysis tool](https://securityonline.info/slither/), and do your own static analysis on the relevant contracts that will be deployed for Discover.
|
Loading…
Reference in New Issue