Added conversion of cc contract to RO. BOD-234

This commit is contained in:
Patrick Fic
2020-08-03 13:17:08 -07:00
parent 0dbe56d36c
commit 3a8b4ddf5a
11 changed files with 803 additions and 50 deletions

37
.vscode/launch.json vendored
View File

@@ -1,20 +1,19 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src"
},{
"name": "Yarn Dev Server",
"type": "node",
"request": "launch",
"runtimeExecutable": "yarn",
"runtimeArgs": ["dev"]
}
]
}
"version": "0.2.0",
"configurations": [
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src"
},
{
"name": "Yarn Dev Server",
"type": "node",
"request": "launch",
"runtimeExecutable": "yarn",
"runtimeArgs": ["dev"]
}
]
}