todesstille
@todesstille
2
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
2 Skillsacross 1 categoryCreate hardhat project Add this package with npm or yarn #### Inside test script: ``` const {ethers} = require('hardhat') const {Mock} = require('@todesstille/mock') const mock = new Mock(ethers) ``` ## Usage ### ERC20 ``` erc20 = await mock.getERC20(na
SkillAI Tool
1 dir
``` import { Mock } from "@todesstille/mocksolana"; const mock = new Mock(anchor); const provider = mock.getProvider(); ``` ### Tokens ``` let token = await mock.createToken(decimals); console.log(token.mintAddress) // Create account associated with addre
SkillAI Tool
1 dir