Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@tallyxyz/factory
Advanced tools
A package that contains the logic that handles Tally Factory and Implementations Manager contracts.
This package provides a factory contract for creating clones of a given implementation.
The factory contract is responsible for creating clones of a given implementation contract.
The factory contract allows for the storage and update of the implementation address, cloning of the implementation contract using a deterministic address, initialization of the cloned contract with provided data, and prediction of the address of a clone created with a specific implementation and salt.
To use the Tally Factory, follow these steps:
Install the package by running npm install tally-factory
.
Import the factory module into your code:
import "@tallyxyz/tally-factory/contracts/factory/Factory.sol";
To deploy it you have to run the following:
# run all deploy scripts in the deploy folder
npx hardhat deploy
# just implementation manager
npx hardhat deploy --tags ImplementationManager
# just MockToken
npx hardhat deploy --tags MockToken
# just MockFactory
npx hardhat deploy --tags MockFactory
This package is licensed under the MIT License.
FAQs
A package that contains the logic that handles Tally Factory and Implementations Manager contracts.
The npm package @tallyxyz/factory receives a total of 1 weekly downloads. As such, @tallyxyz/factory popularity was classified as not popular.
We found that @tallyxyz/factory demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.