Projects Settings
Guide to setting up a project to use the RAMP platform.
Set up a Project to use the RAMP platform in your developer Application (dApp). You will need to enter the Validator address and the Admin private key managed by your company.
RAMP Contract Setup
Deploy RAMP Contract
Deploy the contract responsible for issuing/burning game tokens.
Set Validator Address
This is the address of the private key used for signing on the game server.
Specify Admin Address
Specify the admin address to be used for contract deployment.
Pre-deployment Verification
Verify the Validator and admin addresses.
RAMP Contract Deployment Complete
Information about the RAMP contract deployed using the admin private key managed by your company.
WebHooks
Detailed specifications for the End Point can be found in Webhook Information.
End Point for integration with the RAMP platform.
-
Get Assets
Required to query the user's game asset information needed for token issuance on the RAMP platform F/E page.
-
Validator Order
Necessary to verify if the user's signature value matches the transaction request data sent by the developer during the token issuance process. The developer server must verify if the requested game assets for minting/burning tokens are correct.
-
Handle Order Result
Use Webhook to deliver the blockchain results of the user's token issuance/burning request to the game server.
-
Wallet Enroll
Query the user's game account and wallet address.
-
Custom Property
End Point used when unique features specific to the developer are needed beyond the basic functions provided by the RAMP platform.
Updated 1 day ago