-
In this discussion, we want to decide on what is the best way to create and build a JS smart contract in NEAR. Currently, you need to follow the next steps:
{
"plugins": [
"near-sdk-js/src/build-tools/near-bindgen-exporter",
["@babel/plugin-proposal-decorators", {"version": "legacy"}]
]
}
You are done! Try to integrate Workspaces JS to test your contract or deploy and call it with As an alternative, we can have a CLI command, that will be able to generate a similar project. It will be a bit faster, but at the same time, some important detail will be hidden behind this FAQ:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Closing this discussion for now. The current approach is to clone or use this Template. It automates everything described above. |
Beta Was this translation helpful? Give feedback.
Closing this discussion for now.
Feel free to create a more specific Discussion on this topic.
The current approach is to clone or use this Template. It automates everything described above.