Peter DePaulo

Results 9 issues of Peter DePaulo

Current available options to operate with keypairs [https://github.com/nearprotocol/nearlib/blob/master/test/key_pair.test.js#L5-L11](https://github.com/nearprotocol/nearlib/blob/master/test/key_pair.test.js#L5-L11) E.g. ```JavaScript const keyPair = new nearlib.utils.key_pair.KeyPairEd25519(SOME_RAND); const keyPair = nearlib.utils.KeyPair.fromRandom('ed25519'); const keyPair = nearlib.KeyPair.fromRandom('ed25519'); ``` We should encourage the use of...

enhancement

1. 1. 1. Currently, in order to stake we run the following command: ``` near stake ``` 1. 1. 1. It would be fantastic to have the following commands: ```...

enhancement
T-dev-tools

It would be great if when I `login` to the shell, I would not need to be in any specific folder. Expected behavior: ``` near login 1. LOGIN FLOW ONE...

enhancement
T-dev-tools

***Describe the solution you'd like*** It would be really cool if when you run near login, you have the ability to link a wallet that then activates developer mode in...

enhancement
T-dev-tools

For anyone watching this repo publicly, we are cleaning up repositories and migrating to the [near](https://github.com/near) org. For that reason, this will be archived unless there are objections.

The templates that we run in Studio should be in their own repository. The best way to get this done is probably to have some service that moves files around...

We should update the readme to look like the nearcore repo. Low priority, but putting here for tracking so I'll remember it.

Observe the following model: ```TypeScript export class Tiger { name: string; } ``` If I want to store multiple lists of `tigers` in a persistent way, it makes sense to...

We should create a maintenance and ops protocol/doc for when weird stuff happens like: