Conversation
|
@vncoelho we will need to install some dependencies |
Co-authored-by: Shargon <shargon@gmail.com>
This will be different in this case, The first idea was just to introduce the devcontainer for developers to check code, verify tests and etc... |
|
Perfect,@shargon , |
|
I will make some tests with neo-node now |
|
It is working, @shargon |
You can configure it with memory store by default. |
Exactly, what is the name we put on config ? |
|
@vncoelho |
|
Looks like this a bug with it, looking to it |
|
@vncoelho Guess I wrong about This works "Storage": {
"Engine": "MemoryStore",
"Path": null,
}, |
|
Nope!! Its a bug with |
* master: Made `MemoryStore` the default whithout `config.json` for `neo-cli` (neo-project#3085) Adding Devcontainer and link to codespace (neo-project#3075) Update & Consolidate nugets (neo-project#3083) Adding NNS to `neo-cli` (neo-project#3032) Add: add pull request template (neo-project#3081) Move to monorepo: Neo.Cryptography.BLS12_381 (neo-project#3077) Add: add a new verify result status code (neo-project#3076) Convert to Neo.Json and Neo.ConsoleService to `dotnet` standard 2.1 (neo-project#3044) Avoid IsExternalInit (neo-project#3079) Clean usings (neo-project#3078) Fixed asp.net core project (neo-project#3067) Updated BLS12_381 (neo-project#3074) avoid nonsense exception messages. (neo-project#3063) Removed `MyGet` (neo-project#3071) Updated unit-test (neo-project#3073) add hash verification for OnImport (neo-project#3070) Make public ReadUserInput (neo-project#3068) Removed asp.net core (neo-project#3065) Enforce Line Endings in `.editorconfig` (neo-project#3060) # Conflicts: # src/Neo.CLI/CLI/MainService.cs


With this simpler .devcontainer the project can be opened on codespace and everybody can develop and test things online.
Furthermore, it can help a quick setup on local environment as well.
To test this PR you can click on the link to codespace and pick the "devcontainer" branch, everything will be loaded.