Skip to content

A bootstrapped es6/express server for providing local libergo services

License

Notifications You must be signed in to change notification settings

thedlop/sigma_server_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

A Bootstrapped es6/express server for quick access to libergo. This is helpful if your preferred programming language is not supported by https://github.com/ergoplatform/sigma-rust/tree/develop/bindings . This should only be used locally.

Who to thank?

I am not a JS programmer so all the boostrapped code was copied from https://github.com/GeekyGeeky/es6_setup_node. Thank you my friend!

The example libergo code was copied from https://github.com/anon-real/ErgoAuctionHouse . Thank you! I highly recommend reading this source for learning about using libergo.

How to use

Install dependencies
npm install

Start server on port 3000
npm run start:dev

Add new endpoints to src/app.js that interact with libergo. Hit this server locally with your main application. That's it!

About

A bootstrapped es6/express server for providing local libergo services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published