diff --git a/index.js b/index.js new file mode 100644 index 0000000..c2a2270 --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +const ERC20Contract = require('./src/ERC20Contract'); + +module.exports = ERC20Contract; \ No newline at end of file