mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
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';
|
|
|