Skip to content

Commit

Permalink
Toolkit to cross chain from moac to swtc
Browse files Browse the repository at this point in the history
  • Loading branch information
GinMu committed Jun 4, 2019
1 parent c878c81 commit 6608d29
Show file tree
Hide file tree
Showing 26 changed files with 13,392 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js
node_js:
- 11
- 10
- 9
- 8
- 7
after_success:
- npm run coveralls
addons:
- chrome: stable
services:
- xvfb
env:
global:
secure: GW+WDntmFww+zlZ1XVnYTe+gD/dujOv1IR+6wYsbOc/ieqeWyJX1SRVbjGnGWkqONeY5+KkqJGyMxxDwJe8XKiv1Mzdgc5H9r9c12hGp2WDrALVSFEsRCTsoBe5I7NhlCGDKhKlmpgAIUR/DAYn4W6cjIzGwtJHvk0NLlpQ8QDokK561T9DDLw2xvbuxvc0ZhurBkb1KhiNlZzSOra7uhIlE7Bu46yAPkKQBJIdGMYau+O0MqywIfmv3TPWRFvBaCE4dt/DhMMKkpx5pFGwK+/bZFRjId57c1NHnEQmGvqiJzW4UzfYaXChacvd/BR3Z95HTcMF9MeANMpwmoU1XUgt0a4WE2mLbNePl8iArMKIeYe6M0XxKu3hlLwhChQ9z+wygvDRRC++l+JOePGHSBuyk0/qFlJFGmN03qEHVuvMlrPnNfryQyUO6SKO0TZ5Lt5/6TaF6ljdoGh1ZByps2vj0ZMEcJkZ3HelwnOh7V8HEzAI8d7E8RzsPBScx5j5iR+A+2F0NUz2yrwN4FH18tzy/k+yOvHdQjRWFUqk0SCqTU2cPluS5+xFe7ijuI9ihasjAgM0dx7uviH8ISVhY+0eQJjHcMhRHf1/96rO5AcGe5n5d3W767M3TcQOlRGuFSXYLSNvmClm3rGSgMobFcXtEudQKJtmF3bJ0B6uD3Qs=
27 changes: 27 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"extensions.ignoreRecommendations": false,
"git.ignoreMissingGitWarning": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"editor.formatOnSave": true,
"javascript.suggestionActions.enabled": false,
"editor.acceptSuggestionOnCommitCharacter": false,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"typescript.suggestionActions.enabled": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"search.exclude": {
"**/node_modules": false
},
"python.jediEnabled": false,
"explorer.confirmDelete": false,
"beautify.config": {
"indent_size": 2,
"indent_char": " ",
"brace_style": "collapse,preserve-inline"
}
}
Loading

0 comments on commit 6608d29

Please sign in to comment.