near / devx

This is the home of NEAR collective developer experience plans and roadmap.
11 stars 0 forks source link

Fix local developer experience #221

Open vgrichina opened 4 years ago

vgrichina commented 4 years ago

Looks like our tooling is currently broken for local developer experience, at the very least config.js doesn't provide proper keyPath (see https://github.com/nearprotocol/nearcore/pull/2885#discussion_r444577043 for details).

Checklist:

chadoh commented 4 years ago

While fixing this, we might also consider moving default config.js values into near-api-js

This would allow apps to stop including a src/config.js file

near-api-js would need to allow overriding specific values with environment variables

This relates to the idea I outlined in https://github.com/nearprotocol/NEPs/pull/31#discussion_r437799000