Skip to content
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

Add nupont.app #390

Open
6 of 8 tasks
911spyder opened this issue Aug 26, 2024 · 4 comments
Open
6 of 8 tasks

Add nupont.app #390

911spyder opened this issue Aug 26, 2024 · 4 comments

Comments

@911spyder
Copy link

Entry type

  • New addition

App info

URL: https://nupont.app

Manifest.json URL: https://nupont.app/manifest.json

Name: nupont.app

Description: Crypto Accounting for Corporates. View all company crypto accounts as account statements with historic balances and transactions in your preferred (fiat-) currency and export them in standard formats like MT940 or camt.052 and via standard communication protocols like EBICS or sFTP to process them automatically on your existing accounting system.

Icon (PNG, 180x180):

It's minified via https://tinypng.com: yes/no

Homepage: https://nupont.io

App supports batching multiple transactions via Safe: no

Supported networks

- Mainnet

Revision checks

  • Used smart contracts were audited.
  • You have implemented the app using the Safe Apps SDK
  • Your Safe App includes a manifest.json file at the root with the required data
  • The app can be loaded as a custom Safe App in the Apps section of https://app.safe.global.
  • The app auto-connects to the Safe as a wallet
  • It doesn't try to connect to the browser wallet (e.g. MetaMask)
  • You are able to trigger and execute one transaction with a Safe.
  • RPC requests are optimized (not triggering many requests in a very short time period).

Audit document

nupont.app does not contain smart contracts.

Code for review

As nupont.app is not open-source, relevant code can be provided upon request for review.
Please contact us to get a nupont user account for your own testing. Here is the link to a video of configuring nupont.app as a custom app, binding it to your existing user account by signing a message with your wallet and than logging in with the safe wallet in the future: https://www.nupont.io/safewallet

Team information

Company: nupont

Official website: https://www.nupont.io

Point of contact: Ingo Czok

Email/Telegram: ingo@nupont.io

@kirkkonen
Copy link

This submission is reviewed and accepted by Product

@katspaugh
Copy link
Member

@911spyder on your video, the Safe isn't auto-connected to the app. This is a hard requirement for Safe Apps.

@911spyder
Copy link
Author

Hi @katspaugh, we looked into this requirement and what we could do is skip the wallet selection step on the login page and instead of showing the login page at all immediately connect and start the signature process for the safe wallet to authenticate the user. Is this what you are envisioning as well ?

@katspaugh
Copy link
Member

That's better, yes. Ideally there should be an indication that it's connected to a particular Safe.
Something like this:
Screenshot 2024-08-28 at 15 15 34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for QA
Development

No branches or pull requests

5 participants
@katspaugh @kirkkonen @911spyder and others