UNPKG

selfkey-token

Version:

The SelfKey Token is an ERC20 standard token that is used to fuel the SelfKey KYC dapps

6 lines (4 loc) 121 B
const Migrations = artifacts.require('./Migrations.sol') module.exports = deployer => { deployer.deploy(Migrations) }