N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

Do not create new chain on create contract #131

Open ixje opened 2 years ago

ixje commented 2 years ago

Every time one creates a contract it automatically seems to create a new chain file as well (<contractname>.neo-express). However, not every contract is supposed to go on a new chain. Sometimes you want to create multiple contracts in 1 chain. I'd like the option to choose to create a new chain or use an existing one