Register a Solana Domain

Job ID: 36682265

Budget: $10 – $110 USD

We need to register a .SOL domains using an api. You will implements only two operations:

a) Register .SOL DOMAIN:
Boolean result = registerSOLDomain(String domain_sol, String phantom_Wallet_private_key).
result = true if the domain was registered or false if not (show error).
b) Transfer .SOL Domain from a wallet to another wallet:
Boolean result = transferSOLDomain(String domain_sol, String phantom_Wallet_source_private_key, String phantomWalletDestinatiob).
result = true if the domain was registered or false if not (show error).

To implement this project only free resources can be used .That is, we will not use features like quicknode, infura etc.

It is all.

We already know which domains we want to register and we know which domains are available.
Related categories: Blockchain Solidity Smart Contracts Solana