superiad

command module
v0.0.0-...-32dec47 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1
app
stage/appinit/dbconinit
Package dbconinit provides method to Init database
Package dbconinit provides method to Init database
stage/appinit/dbmigrate
Package dbmigrate provides method to migrate models into database
Package dbmigrate provides method to migrate models into database
stage/appinit/loginit
Package loginit provides method to Init loging config
Package loginit provides method to Init loging config
stage/apprun
Package apprun provides method to Start http server of gin
Package apprun provides method to Start http server of gin
config
generated
models
pkg
environment
Package environment provides way to define and get environment
Package environment provides way to define and get environment
store
Package store defines global variables
Package store defines global variables

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL