1.0.1 • Published 7 months ago

gratero v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago
npm i gratero
import { Instance } from "gratero";

const gratero = new Instance({
  api_key: "your_api_key",
  secret_key: "your_secret_key",
  environment: "test" | "live"
})
gratero.wallet()
  .then(data => {
    console.log(data)
  })
  .catch(error => {
    console.log(error)
  });
1.0.1

7 months ago

1.0.0

7 months ago