UNPKG
cctoken
Version:
latest (1.0.1)
1.0.1
1.0.0
the cctoken project
github.com/cctoken/cctoken
cctoken/cctoken
cctoken
/
migrations
/
3_deploy_contracts.js
6 lines
(4 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
var
FCToken
= artifacts.
require
(
"./FCToken.sol"
);
module
.
exports
=
function
(
deployer
) { deployer.
deploy
(
FCToken
); };