Skip to content

232136813/crypti

 
 

Repository files navigation

Crypti

Crypti is a decentralized application (Dapp) platform and cryptocurrency.

Crypti provides a full stack solution for deploying truly decentralized applications onto the blockchain. While also providing an excellent user experience for anyone looking to make safe & easy transactions within seconds.

Crypti's very own Dapp store gives consumers the same if not superior interface consumers have come to expect from existing centralized solutions currently dominating the market.

Each Dapp operates on a separate custom sidechain secured by Crypti's own tried and tested version of the Delegated Proof of Stake consensus model.

For the progressive startup looking for the perfect platform on which to launch their first Dapp. Crypti is by far the quickest to deploy and most democratic solution currently in existence.

Further development of the core protocol is maintained by the Crypti Foundation. A dedicated team of developers, entrepreneurs and engineers from across the globe.

Requires:

  • SQLite (version < 3.8.6)
  • Node.js (version 0.10.x)
  • Npm

Installation

Clone the repository and run:

npm install --production
git submodule init
git submodule update

Install frontend:

cd public
git fetch origin dapps:dapps
git checkout dapps
npm install
bower install
grunt release

Install Crypti.js (required for tests):

cd test/cryptijs
npm install

Frontend build

cd public
grunt
grunt release -- for release build

Run tests:

npm install -g mocha
mocha

Start

Go to the Crypti folder and run:

node app.js

Bug Contest

If you happen to find any bugs, we are currently offering good bounties. Either submit a new issue or join our slack and tell us about it there.

Contribution

All source code contributions are welcome. Simply open a pull request with your proposed changes.

Latest mainnet version is 0.5.4 version. Latest developing version is 0.5.5 version.

Each versions exists in two branches: mainnet and testnet.

Testnet branch uses for tests. Mainnet branch uses for mainnet.

To more information see our contributing document.

To see code guidline, see guidline document.

More Information

Contributors

License

The MIT License (MIT)

Copyright (c) 2015 Crypti

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%