Skip to content

Uncommon-Dev/backend

 
 

Repository files navigation

Go Report Card Build Status Documentation API Reference Gitter

Installation

Requirements

  • Go >=1.9
  • git

Build

Clone:

git clone https://github.com/AplaProject/go-apla.git $GOPATH/src/github.com/AplaProject/go-apla

Build Apla:

go get -u github.com/jteeuwen/go-bindata/...
$GOPATH/bin/go-bindata -o="$GOPATH/src/github.com/AplaProject/go-apla/packages/static/static.go" -pkg="static" -prefix="$GOPATH/src/github.com/AplaProject/go-apla/" $GOPATH/src/github.com/AplaProject/go-apla/static/...
go install github.com/AplaProject/go-apla

Running

Create Apla directory and copy binary:

mkdir ~/apla
cp $GOPATH/bin/go-apla ~/apla

Run apla:

~/apla/go-apla

Open Apla: http://localhost:7079/


Questions?

email: hello@apla.io

About

A blockchain platform with a simplified programming language. 85% of all tokens will be distributed for free among GitHub users.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%