Powered by Shinami

Company logo for Ethos, a Shinami customer

Powered by Shinami


import { createAptosClient } from "@shinami/clients/aptos";

const shinamiAptosClient = createAptosClient(SHINAMI_NODE_ACCESS_KEY);

await aptosClient.getAccountInfo({ accountAddress: ACCOUNT_ADDRESS });
  

import { createAptosClient } from "@shinami/clients/aptos";

const shinamiAptosClient = createAptosClient(SHINAMI_NODE_ACCESS_KEY);

await aptosClient.queryIndexer({
  query: {
    query:
      `query MyQuery {
              ledger_infos {
                chain_id
              }
            }
          `
  }
});
  

import { createSuiClient } from "@shinami/clients/sui";

const nodeClient = createSuiClient(SHINAMI_NODE_ACCESS_KEY);

// get the current gas price
await nodeClient.getReferenceGasPrice();
  

Reliability. Scalability.

Give your users the experience they demand, no matter how big you grow.
High-Availability
Redundancy, snapshotting, and more.
For the reliability you need.
5 Shinami nodes working in-sync on the Sui blockchain showing 100% data accuracy
Built to Scale
When your app becomes an overnight sensation, you don't want to worry about your infra.