Skip to content

lotuscore/lotus-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lotus Core

Getting Started

Install OS requirements:

Setup Project

> yarn install
> truffle compile

Start Project

> ganache-cli
> yarn start

To start deploying a Game contract go to /publishers/<given-ganache-public-address> in the local server and start to test!

The explorer idea is to make queries over a local (and smaller) copy of the blockchain, this copy is over elasticsearch, and to synchronize it with the current blockchain state it is necessary to execute yarn syncdb each time.

Run tests:

> truffle tests

Releases

No releases published

Packages

No packages published