mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-12 15:04:29 +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';
|
|
|