![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.
SpinArch (c) 2022, Surya Handika Putratama ubunteroz@gmail.com
Spin local Archway testnet for faster dApps development
⚠️ This application is in early development
npm install -g spinarch
Usage: spinarch [options]
🥬 Spin local Archway testnet for faster dApps development 🚀
Options:
-V, --version output the version number
--project-id <string> Your project ID
--chain-id <string> Chain ID (default: "spinarch-1")
--num-accounts <number> Number of accounts to generate (default: 10)
--balance <number> Default balance of each generated account (default: 1000000000)
--update-image Update the Archway image to latest version
--reset-state Reset the blockchain to the genesis state
-h, --help display help for command
This command will run a temporary, non-persistent Archway node. Node's data will be deleted on exit.
spinarch
Specify a project ID if you want to run a persistent Archway node. Node's data is saved to disk and can be loaded again next time you run SpinArch with the same project ID.
spinarch --project-id my-dapp
Saved state will be reset to the genesis.
spinarch --project-id my-dapp --reset-state
You can run a node with a custom chain ID by specifying --chain-id
option. This applies to both throwaway and persistent node.
spinarch --chain-id mainnet-1
By default, SpinArch will generate 10 prefunded accounts. You can generate an N number of accounts with B balance by specifying --num-accounts
and/or --balance
.
spinarch --num-accounts 5 --balance 10000000
If you are running SpinArch on Apple Silicon (M1 CPU family), try enabling native binary.
$ USE_NATIVE=1 spinarch --project-id my-project
By default, Wasm code size is limited to 1228800 bytes (~1.2 mbytes). To change this, you need to run a persistent project (with --project-id
), stop it, edit genesis.json, and do a state reset with --reset-state
. For example:
Run a persistent node:
$ spinarch --project-id my-project
Stop SpinArch (Ctrl-C) after node is running and then edit genesis.json
.
$ nano ~/.spinarch/my-project/config/genesis.json
Look for "max_wasm_code_size"
and change the value to higher number like 12288000
. After that, run the same project with --reset-state
to reset the blockchain.
$ spinarch --project-id my-project --reset-state
FAQs
🥬 Spin local Archway testnet for faster dApps development 🚀
The npm package spinarch receives a total of 1 weekly downloads. As such, spinarch popularity was classified as not popular.
We found that spinarch demonstrated a not healthy version release cadence and project activity because the last version was released 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.