![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@devphase/cli
Advanced tools
Development tool for Phala Phat contracts.
Tests for both latest devPHAse and Phala Blockchain release:
Tool is heavily inspired by Hardhat (EVM devs should be familiar with it).
I tried to provide as much similar features as possible.
Up to date Phala binaries
By default on each start devPHAse will pull latest Phala binaries (the latest release from official Phala's repo).
E2E testing
Using internally Phala stack (prepared on start) you can test e2e your contracts with minimal cost.
Scripting
Using all devPHAse API you can prepare scripts for common actions like: contract deployment, management, monitoring etc.
Type generation
devPHAse generates type bindings for all structures used in contract, so autosuggestions should be provided by your IDE.
Requirements list for contract (building) commands
cargo 1.69.0 (6e9a83356 2023-04-12)
*cargo-contract-contract 3.0.1-unknown-x86_64-unknown-linux-gnu
*wasm32-unknown-unknown
rust-src
*
- previous versions may also work, but it was not tested
Depending on how you manage your projects you can:
yarn@^1
/ npm
)yarn@^3
is not supported (check #4)yarn add -D @devphase/cli
yarn add -D typescript ts-node # required peer dependencies
yarn devphase [command]
npx
to call it.npm install -g @devphase/cli
npm install -g typescript ts-node # required peer dependencies
npx @devphase/cli [command]
Detailed usage described here
USAGE
Must read :)
In directory workspaces/xsandbox
there is a template of devphase project.
You can try building and testing contracts.
workspaces/xsandbox
Check also workspaces/xexamples
for more examples.
workspaces/xexamples
I strongly recommned using scripts instead of CLI commands.
CLI commands index
Here is default configuration.
All values are optional (merged recuresivly)
FAQs
Development tool for Phala Phat contracts.
We found that @devphase/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.