Categorygithub.com/MyriadFlow/superiad
modulepackage
0.0.0-20230302192602-32dec4721268
Repository: https://github.com/myriadflow/superiad.git
Documentation: pkg.go.dev

# README

Superiad

A custodial wallet, covering all primary functions. This custodial wallet provides these features

  • ERC721
    • approve
    • approveAll
    • transfer
    • checkbalance
    • isowner
  • ERC20
    • transfer
    • checkbalance
  • Native
    • transfer
    • checkbalance
    • fetchwallet
    • signMessage
    • verifySignature

This system also supports locking the wallet using which the user can lock his funds.

Postgres for development

 docker run --name="superiad" --rm -d -p 5432:5432 \
      -e POSTGRES_PASSWORD=superiad \
      -e POSTGRES_USER=superiad \
      -e POSTGRES_DB=superiad \
      postgres -c log_statement=all

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author