-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement similar API functionality as mynano.ninja/api
#74
Comments
I made these to fix https://Nault.Pro: Do they help in any way? |
@nano2dev yea possibly — looks like it has most of the same metrics ( I think it makes sense for me to implement it as well for redundancy, I can use the same schema. Any public information on how |
- I actually don't know how MNN calculated these values. I assume a
combination of native RPC and back-end Number crunching.
- Trying to figure it out. Will reply here with any Math used.
- Redundancy is always good.
…On Fri, Aug 4, 2023 at 11:02 PM trashman ***@***.***> wrote:
@nano2dev yea possibly — looks like it has most of the same metrics (
uptime, alias, last_voted). Will evaluate it.
I think it makes sense for me to implement it as well for redundancy, I
can use the same schema.
Any public information on how score is calculated?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
https://github.com/Nault/Nault/blob/master/src/app/services/ninja.service.ts This file is responsible for doing Nault's MNN interfacing. |
mynano.ninja/api/accounts/verified
)last_voted
donation_address
alias
closing
— rep will shutdownAPI Endpoint:
https://nano.community/api/accounts/<address>
Example:
https://nano.community/api/accounts/nano_37imps4zk1dfahkqweqa91xpysacb7scqxf3jqhktepeofcxqnpx531b3mnt
Current output:
The text was updated successfully, but these errors were encountered: