Guille

Results 32 comments of Guille

where did you find this documented? I did not see it in our docs or the README here

I removed `--keypath` and added `near add-credentials`. This is because `near-cli / near-api-js` already have a simple logic to handle key-stores, and options such as `--keypath` makes us need to...

ok, I think I have a simple way to bring this back, and we can use `env vars` to make it clean. Give me some time to code it and...

hey @mikedotexe , I hear you, and I see the use cases. What if we add the command: ``` near convert [--yoctoToNear] [--nearToYocto] [--secretKeyToPublic] ``` This way, the code would...

@mikedotexe what do you think of this: ```bash near convert --yocto # Yocto: NEAR: ``` ```bash near convert --near # Yocto: NEAR ``` ```bash near convert --privateKey # Public: #...

@flmel sorry for never answering. I guess a good compromise is: workspaces-js for JS projects, workspaces-rs for RS projects

This branch has conflicts, and there were no other community members asking for this compatibility option, for this, I will now close the PR.

A new version has been released, let us know if the error persists

NEP413 is ready to be reviewed. This means we could start implementing it, since no major changes are expected to the interface.