|
|||||||||||||||||||||
|
Test..
HELPMEG is a simple bridge that connects Minima to your existing technical infra-structure.Events can occur on the Minima network that you are then informed about via an HTTP API call. Or you can define actions that you want to perform on the Minima network - again via simple API calls. A simple yet powerful two-way bridge via custom HTTP API calls from your current systems into the Minima network. Minima NodeFirst you will need to set up a Minima node with RPC enabled so that you can access and perform functions on the Minima network.MEG requires your Minima node be started with certain parameters. -rpcenable : So you can make calls to Minima -notifyalltxpow : Notify all TxPoW messgages - not just relevant ones -megammr : So that the Wallet functionality works with all coin proofs. TriggersYou can listen for events that occur on the Minima network using TRIGGERS.When the event occurs - it triggers an API call from MEG with relevant JSON data for you to process as you see fit. This is your own server (NodeJS / PHP / Java Servlet / etc..) you run that listens and interacts with your own backend systems and databases. So you could listen for any Minima transactions that send or receive from a certain address or that use a certain Token. EndpointsYou can define certain endpoints - which you access via the ./api/endpoint URL of this server.When you call these endpoints an action is performed on the Minima network. This abstracts the complexities of running Minima commands into easily manageable calls that can be integrated into your own systems. For instance you can add an endpoint that sends 50, an only 50, tokens of a specific token type to an address.. and all that would need to be sent to the endpoint is the address. All the Minima functionality is hidden from the API user. ONLY 'API Caller' users can call the endpoints. This way in the logs you can see who is using your various endpoints. Wallet APIThe Wallet API is a powerful yet simple way of granting countless Users a Minima wallet.It is primarily designed for interfacing with Exchanges but can be used by anyone wishing to give their Users a Minima Wallet. A set of functions allows you to send and receive Minima and Tokens. Most interesting is that you can use 2 MEG systems - one that runs OFFLINE and one ONLINE - for maximum security. LogsMEG logs every login, trigger, endpoint or admin action.ProfileA profile page that allows Users to change their password.AdminOnly Users with Admin privileges can access this sections of the site.Here you can add / remove / list Users. |
||||||||||||||||||||
|
|||||||||||||||||||||