
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@white-matrix/cellevolution-sdk
Advanced tools
[](https://badge.fury.io/js/blindbox-sdk)
yarn add @white-matrix/cellevolution-sdk
export interface CellEvolutionClient {
connectProvider(address: string, provider: Provider): CellEvolutionClient;
connectSigner(signer: Signer): CellEvolutionClient;
setWaitConfirmations(num: number): void;
/* Backup interface
* @return CellEvolution typechain interface for CellEvolution contract
*/
cellEvolutionContract?(): Promise<CellEvolutionNewWorld>;
inheritance(config?: PayableOverrides): Promise<Array<BigNumber>>;
getCellHistory(
cellHistoryId: BigNumber,
config?: PayableOverrides
): Promise<CellHistory>;
getCellDB(cellDBId: BigNumber, config?: PayableOverrides): Promise<_CellEvolution>;
isOpen(config?: PayableOverrides): Promise<boolean>;
admAdd(config?: PayableOverrides): Promise<string>;
totalcell(config?: PayableOverrides): Promise<BigNumber>;
historyno(config?: PayableOverrides): Promise<BigNumber>;
version(config?: PayableOverrides): Promise<BigNumber>;
inheritanceno(config?: PayableOverrides): Promise<BigNumber>;
setIsOpen(isopen: boolean, config: PayableOverrides): Promise<any>;
setCellno(cellno: BigNumber, config: PayableOverrides): Promise<any>;
sethistoryno(historyno: BigNumber, config: PayableOverrides): Promise<any>;
setVersion(versionno: BigNumber, config: PayableOverrides): Promise<any>;
setHomeworld(
worldId: BigNumber,
newtitle: string,
config: PayableOverrides
): Promise<any>;
writeworld(
cellHistory:CellHistory,
config: PayableOverrides
): Promise<any>;
writecell(
cellEvolution:_CellEvolution,
config: PayableOverrides
): Promise<any>;
dnamerge(
id: BigNumber,
cellno: BigNumber,
adaption: BigNumber,
surviveability: BigNumber,
division: BigNumber,
environment: BigNumber,
day: BigNumber,
totoalscore: BigNumber,
finaltitle: string,
config: PayableOverrides
): Promise<any>;
newinheritance(config: PayableOverrides): Promise<any>;
worldtitlecheck(config: PayableOverrides): Promise<any>;
checkdeath(
cellno: BigNumber,
adaption: BigNumber,
surviveability: BigNumber,
division: BigNumber,
config: PayableOverrides
): Promise<any>;
}
yarn run build
Start local hardhat node first and deploy the contract
CONTRACT_ADDRESS={ADDRESS} yarn run test
Recommend to use yarn's publish command to publish the pacakge
yarn publish
FAQs
[](https://badge.fury.io/js/blindbox-sdk)
The npm package @white-matrix/cellevolution-sdk receives a total of 6 weekly downloads. As such, @white-matrix/cellevolution-sdk popularity was classified as not popular.
We found that @white-matrix/cellevolution-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.