Skip to content

mooncakeeos/hashgard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

772 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashgard

version Go license Go Report Card CircleCI

Hashgard is new generation digital finance public chain, based on cosmos-sdk development.

Required

Go 1.13+

Install

Please make sure have already installed Go correctly, and set environment variables : $GOPATH, $GOBIN, $PATH.

Put the Hashgard project in the specific path,switch to master branch,download related dependencies, then make install:

mkdir -p $HOME/go/bin
echo "export GOPATH=$HOME/go" >> ~/.bash_profile
echo "export GOBIN=\$GOPATH/bin" >> ~/.bash_profile
echo "export PATH=\$PATH:\$GOBIN" >> ~/.bash_profile
source ~/.bash_profile

Check if the installation is successful:

$hashgard --help
$hashgardcli --help

Explorer

hashgard explorer

Testnets

hashgard testnets

Smart Contract

Hashgard VM OpCode Documentation:

hashgard VM

Hashgard Smart Contract Examples:

examples

About

New Generation Digital Finance Public Chain

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%