Giter Site home page Giter Site logo

bitnation-panthalassa-ts's Introduction

Build Status

Docs

BITNATION-Panthalassa-TS

This is a TypeScript(TS) implementation of Panthalassa. TS is a compiled programming laguage. In the case of typescript it get's compiled to normal JavaScript(JS). The compiled JS can found in the dist folder.

Command's

Run all the command's via the CLI

  • npm run build compiles the TS to JS

Contribution & Development

Feel free to have a look at the Issue section and take what ever you want. Feel free to ask questions.

We are using the last LTS node js release (6.11.3).

A docker setup is provided. To use it, please follow the step's:

  1. Clone the repository and switch into it
  2. Get docker
  3. Run docker-compose up -d to bring up the container
  4. Run docker-compose exec node bash to enter the container

Useful docker commands

  • Run exit in the container to exit
  • Run docker-compose down to destroy the container
  • Run docker-compose stop to shutdown the container

Updated the documentation

  1. Get IPFS
  2. Start the ipfs daemon ipfs daemon
  3. Add the docs folder to ipfs (ipfs add -r docs)
  4. Removed the hash after ../ipfs/ (at the top of this readme file) with the new hash printed in the commandline.

How to use the Documentation?

First, let me explain the project structure. In the project root you see a src folder it contains all the typescript sources files. So when we run npm run build the source get's compiled into javascript to the dist folder. So the file src/EthWallet/EthUtils.ts(which is the typescript source file) get's compiled to dist/EthWallet/EthUtils.js. This is important to understand since the documentation is generated from the src folder. So you won't be able to use the src/EthWallet/EthUtils.ts instead please use the equivalent file in the dist folder.

bitnation-panthalassa-ts's People

Contributors

lextiz avatar florianlenz avatar xsttx avatar jetpack3331 avatar romanantl-flexiana avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.