@oumla/sdk
v0.0.5
Published
Oumla SDK is the fastest way to integrate with blockchain networks
Downloads
10
Readme
Oumla SDK
Oumla SDK is the fastest way to build in the blockchain. It enables you to generate wallet, addresses, and create transaction using our secure and scalable infrastructure.
an example on how to create a wallet
import { Oumla } from '@oumla/sdk';
const wallet = client.wallets.generate({
reference: '0d2fcf49-36ce-4160-bbea-ead3887e1b26',
network: 'ETH',
});