UNPKG

create-react-dapp-tsc

Version:

An Ethereum template layered upon create-react-app with the Typescript template

8 lines (6 loc) 226 B
const deployInfo = require('../helpers/deployInfo'); const Migrations = artifacts.require('Migrations'); module.exports = async deployer => { await deployer.deploy(Migrations); return deployInfo(deployer, Migrations); };