@zerodao/mocks
v0.3.43
Published
zerodao SDK mocks
Downloads
2
Readme
@zerodao/mocks
this sub-module is part of the zerodao software development kit (sdk)
it is responsible for all mock functions.
for more information, see the documentation
Importing
most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
const {
enableGlobalMockRuntime,
createMockKeeper,
waitForMint
} = require("@zerodao/chains")
License
MIT License