![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.
@runonflux/account-abstraction
Advanced tools
Account Abstraction - Schnorr Multi Signature ERC-4337 compliant smart contracts.
Package contains two main contracts:
Account Abstraction is UUPS Upgradeable Proxy and implementation can be upgraded only by the Owner.
The Owner Role is granted for every Schnorr's combined public address - combinedAddress
- passed during Account initialization (read more about the combinedAddress
creation here ). It means that the most crucial functions, such as upgrade or deposit withdrawal, can be done only if a transaction is signed with Schnorr Multi-signature algorithm.
git clone https://github.com/RunOnFlux/account-abstraction.git
cd account-abstraction
npm i
npm run test
Make sure to include the deployments
folder in the repository and add the env
file as in the env.sample
file.
To deploy MultiSigSmartAccount Factory on Ethereum Sepolia Testnet run command:
npm run deploy:sepolia
To deploy on any different supported network run
npx hardhat deploy --network <NETWORK_NAME> --tags ACCOUNT_FACTORY
List of supported network names:
npm run build
The package contains the following folders:
abi
- generated smart contracts' ABI json filesdeployments
- addresses of deployed contracts (if any) for every supported networktypechain
- generated TypeScript typings based on the given ABI filesFAQs
Account Abstraction Schnorr Multi-Signatures
We found that @runonflux/account-abstraction demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.