Hey Everyone, is there an experienced NEM developer here that has a few minutes to answer some basic technical questions regarding the NEM API’s? Just looking for a cost estimate for adding XEM to our crypto platform.
Just ask away, someone will answer for sure.
You can find api documentation here: https://nemproject.github.io
Please ask questions here. If some questions will be without answer I’ll ask devs for help
You can try Telegram channel @nemprojects
Hey thanks for the response memario and pawelm!
What i’m looking to get is a rough estimate of how long it would take a NEM dev to add XEM to our platform www.mycryptosaver.com. - we are a New Zealand microsavings platform allowing people to save $20 - $500 worth of crypto each week with bank payments. We would need the NEM API’s and a XEM delivery wallet to be able to mass distribute XEM to thousands of people in a few hours, based on the amount of $ they put in that week.
We are actually looking to submit this as a project proposal for the NEM community fund as part of our effort to educate people about NEM and to get XEM into as many peoples hands as possible (the majority of our users are brand new to crypto and we want to get them started in XEM) so we want to be as accurate as possible with costs.
Please let me know if there is more info you need!
Implementing something like this shouldn’t be problem. Looks like simple cron that iterates and sends calculated amount of XEM to users.
So questions are what else you need?
- generating wallets or user will provide address?
- multisig account? For example to increase security one cosigner can automatically accept transactions below 100XEM. If more then it will not accept and wait for human confirmation.
- more?
Hey Pawelm thanks for your response, yea it looks like we can setup our own NIS or connect to one of the existing supernodes. We can then use API calls to interact with the NEM blockchain. But we will need a NEM dev in New Zealand to meet with and consult us properly on this. Currently users provide their own addresses but we will look to generate wallets for brand new users who want to save a small amount of XEM and are quite new to the crypto landscape. Thanks for your response!! I may have a few more questions in the coming weeks
Please ask any question. You can try ask for dev from New Zelandia on @nemprojects Telegram channel. There is no need to know a lot NEM. Dev that don’t have NEM knowledge should be able figure out in 1-2 weeks.
API documentation can be found here:
https://nemproject.github.io
There are already ready to use wrappers depends on language you are using http://nem.io/developers
If you using java I can help your dev in implementation.