Last updated
Was this helpful?
Last updated
Was this helpful?
Below are all of the services listed on the github repo at the link provided above.
all-dapp-services - all services
auth-dapp-service - on-chain authentication client, using EOSIO permissions for auth
bill-dapp-service - transaction signing service for resource payment
- schedule CRON tasks on-chain
dns-dapp-service - DNS service for hosting frontends
history-dapp-service - specify and store historical data
- utilize the dapp::multi_index table to store data in IPFS (vRAM) instead of RAM
kms-dapp-service - key management service
log-dapp-service - contract log service
- provide oracle services
all oracles can be found
- read a contract function without the need to submit a trx to the chain
sign-dapp-service - EVM signing service
storage-dapp-service - IPFS based data storage
- EOSIO accounts that live in vRAM instead of RAM
- scale blockchain processing power horizontally