- V0: implementation of polkadot-launch into the substrate
- V1: define just repositories which should be executed and then ... :O
Original idea by @yangwao
@contract | |
export class ERC721 { | |
storage: ERC721Storage; | |
constructor() { | |
this.storage = new ERC721Storage(); | |
} | |
@constructor | |
default(name: string = "", symbol: string = ""): void { |
import Vue from 'vue' | |
import 'aframe'; | |
Vue.config.ignoredElements = [ | |
'a-scene', | |
'a-assets', | |
'a-box', | |
'a-cylinder', | |
'a-text', | |
'a-sphere', |
{ | |
"fmt": { | |
"singleQuote": true, | |
"semiColons": false, | |
"include": ["src/*.ts"] | |
}, | |
"lint": { | |
"rules": { | |
"exclude": ["no-explicit-any"] |