mirror of https://github.com/embarklabs/embark.git
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
|
import EmbarkJS from 'Embark/EmbarkJS';
|
||
|
|
||
|
// import your contracts
|
||
|
// e.g if you have a contract named SimpleStorage:
|
||
|
//import SimpleStorage from 'Embark/contracts/SimpleStorage';
|
||
|
|