Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AztecProtocol/huff
/ erc20_interface.js
File
erc20_interface.js
example/erc20/erc20_interface.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
BN = require(
'bn.js'
);
2
const
{ Runtime, getNewVM } = require(
'../../src/runtime.js'
);
3
4
const
main =
new
Runtime(
'erc20.huff'
, __dirname);
Callers
nothing calls this directly
Calls
1
getNewVM
Function · 0.85
Tested by
no test coverage detected