Skip to content

TheLazarusNetwork/Superiad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2023e6a · Oct 7, 2022

History

16 Commits
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022
Feb 14, 2022
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022
Feb 7, 2022
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022
Oct 7, 2022

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages