UNPKG
nonsed
Version:
latest (1.0.0)
1.0.0
The Novel Ethereum Database Framework
github.com/BlaiseReilly/nonsed.git
BlaiseReilly/nonsed
nonsed
/
migrations
/
1_initial_migration.js
6 lines
(4 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
var
Migrations
= artifacts.
require
(
"./Migrations.sol"
);
module
.
exports
=
function
(
deployer
) { deployer.
deploy
(
Migrations
); };