app

package module
v0.0.0-...-a86c377 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2019 License: Apache-2.0 Imports: 14 Imported by: 0

README

testapplication

This application is adapted from https://cosmos.network/docs/tutorial/ for a Master Thesis made at the University of Lausanne.

The goal of the application is to be able for a member of the network to create a bill of lading, and transmit the bill of lading to another user of the network. A bill of lading object contains: -the value of the hash -who is the owner

The owner can also send coins from one address to another to simulate the functionality of a cryptocurrency.

Finally, users can query the different addresses to know how many coins an account has or query the bill of lading object to get the hash and/or the owner.

Golang 1.12 was used in the implementation. To build and install, check out the cosmos doc at this address: https://cosmos.network/docs/tutorial/build-run.html

The commands can be issued via terminal. A web application demonstration was build and can be found at this address:

httpsa://github.com/Ohmere03/electron-masterthesis

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeCodec

func MakeCodec() *codec.Codec

MakeCodec generates the necessary codecs for Amino

func NewBolApp

func NewBolApp(logger log.Logger, db dbm.DB) *bolApp

Types

type GenesisState

type GenesisState struct {
	AuthData auth.GenesisState   `json:"auth"`
	BankData bank.GenesisState   `json:"bank"`
	Accounts []*auth.BaseAccount `json:"accounts"`
}

GenesisState represents chain state at the start of the chain. Any initial state (account balances) are stored here.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳