@decent-bet/solido
Version:
Code first contract entity mapper for Solidity based blockchains like Ethereum, Vechain, Tron
17 lines (16 loc) • 573 B
text/typescript
// import { SolidoModule } from '../src/core/SolidoModule';
// import { ThorifyPlugin } from '../src/providers/thorify/ThorifyPlugin';
// import { EnergyTokenContract, EnergyContractImport } from './EnergyContract';
// // Create Solido Module
// export const module = new SolidoModule([
// {
// name: 'ConnexToken',
// import: EnergyContractImport,
// entity: EnergyTokenContract,
// },
// {
// name: 'ThorifyToken',
// import: EnergyContractImport,
// entity: EnergyTokenContract,
// }
// ], ThorifyPlugin);