directory
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jun 2, 2022
License: Apache-2.0
Opens a new window with license information.
README
¶
everiToken API library for Golang
Includes
- everitoken Api Client
- everiToken Wallet
- Processes for posting actions
Basic Usage
Create a configuration and the evt instance
config := evtconfig.New(httpPath)
evtinstance := evt.New(config)
result, err := evtinstance.Api.V1.Chain.GetInfo()
Create a wallet
privateKey, err := ecc.NewRandomPrivateKey()
and to save and load it use (no encryption enforced yet)
privateKey.Save("some_wallet_file")
privateKey, err := ecc.LoadPrivateKey("some_wallet_file")
EVT Actions
Api methods supported (so far...)
Chain
Evt_Link
Evt
History
Directories
¶
Click to show internal directories.
Click to hide internal directories.