Skip to content

Try replacing AnvilManager's logic by viem/prool #13

@ITZSHOAIB

Description

@ITZSHOAIB

Try replacing the AnvilManager's logic by using prool

Reference:

import { createServer } from 'prool'
import { anvil } from 'prool/instances'

const server = createServer({
  instance: anvil(),
})

await server.start();
await server.stop();
// Instances accessible at:
// "http://localhost:8545/1"
// "http://localhost:8545/2"
// "http://localhost:8545/3"
// "http://localhost:8545/n"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Tech debtNot a necessary feature to be implemented. Just enchantment or other way aroundenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions