All Projects → loomnetwork → Plasma Cash

loomnetwork / Plasma Cash

Licence: other
Plasma Cash Contract & Client. ERC721, ERC20, and ETH compatible

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Plasma Cash

Plasma Chamber
Plasma Chamber is a DApps development framework that guarantees security, scalability, and usability utilizing Plasma technology.
Stars: ✭ 91 (-65.79%)
Mutual labels:  ethereum, plasma
Deepblockchains
Deep Blockchains - reference implementation of Plasma, Stark, SMT and more
Stars: ✭ 93 (-65.04%)
Mutual labels:  ethereum, plasma
Plasmaethexchange
Plasma protocol compatible ETH Exchange Platform
Stars: ✭ 235 (-11.65%)
Mutual labels:  ethereum, plasma
plasma-docker
Plasmoid for KDE Plasma to control docker containers
Stars: ✭ 38 (-85.71%)
Mutual labels:  plasma
libhsplasma
Cross-platform Plasma data and network library
Stars: ✭ 28 (-89.47%)
Mutual labels:  plasma
idex-contracts-whistler
IDEX 2.0 smart contracts
Stars: ✭ 43 (-83.83%)
Mutual labels:  plasma
Smart Contract Search Engine
Takes a link to a smart contract's raw ABI file and an RPC URL and then indexes all instances of that smart contract
Stars: ✭ 265 (-0.38%)
Mutual labels:  ethereum
midnight-kde
Midnight theme - KDE Plasma
Stars: ✭ 24 (-90.98%)
Mutual labels:  plasma
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+1287.22%)
Mutual labels:  ethereum
Snowflake
NixOS Flake Configuration.
Stars: ✭ 22 (-91.73%)
Mutual labels:  plasma
PlasmaVM-JS
TxVM based Plasmas' Network
Stars: ✭ 13 (-95.11%)
Mutual labels:  plasma
PlasmaContract
More Viable Plasma (MoreVP) contract with Limbo Exits
Stars: ✭ 26 (-90.23%)
Mutual labels:  plasma
Truffle Flattener
Truffle Flattener concats solidity files from Truffle and Buidler projects with all of their dependencies
Stars: ✭ 254 (-4.51%)
Mutual labels:  ethereum
pidswallow
A swallower script using process hierarchy.
Stars: ✭ 40 (-84.96%)
Mutual labels:  plasma
Time Series Machine Learning
Machine learning models for time series analysis
Stars: ✭ 261 (-1.88%)
Mutual labels:  ethereum
Kinetic.jl
Universal modeling and simulation of fluid dynamics upon machine learning
Stars: ✭ 82 (-69.17%)
Mutual labels:  plasma
Tokens
Upload yours token, coin and dApp image to get displayed in the Trust Wallet
Stars: ✭ 260 (-2.26%)
Mutual labels:  ethereum
nocturnal-kde
Nocturnal theme - KDE Plasma
Stars: ✭ 12 (-95.49%)
Mutual labels:  plasma
plasma
Ethereum plasma implementation
Stars: ✭ 51 (-80.83%)
Mutual labels:  plasma
simsopt
Simons Stellarator Optimizer Code
Stars: ✭ 28 (-89.47%)
Mutual labels:  plasma

Plasma Cash - ERC721/ERC20/ETH Supported

Installation and Loom SDK integration

To see the integrations run against the Loom SDK you must download the loom SDK, refer to https://loomx.io/developers/docs/en/basic-install-osx.html.

Under the loom_test directory there are all the samples in Go, that directly interact with Loom SDK. If you have cloned the repo and go dependencies are not found, in loom_test try:

export GOPATH=$GOPATH:`pwd`

Demo Flow

  1. Alice registers and is given coins 1-5 from the token contract
  2. Alice deposits Coin 1, Coin 2, Coin 3 in the plasma chain
  3. 3 Deposit Blocks have been generated in the child chain, each one having 1 UTXO at slots 0,1,2 respectively
  4. Alice sends Coin 1 to Bob, adding the transaction to the current block.
  5. Operator calls submitBlock, checkpointing the block merkle root which includes the transaction that gives ownership to Charlie - At this point, both the child chain and the root chain, have checkpointed Alice's transaction at block number 1000.
  6. Bob transfers the previous UTXO to Charlie and the operator submits that block as well
  7. Charlie tries to exit Coin 1, Alice & Bob do not challenge
  8. After the challenge period passes, Charlie is able to withdraw his coin

Loom integration tests

cd server
npm install
npm run test
cd .. 

cd loom_test
make clean
make deps
make demos
make contracts
make test
cd ..

cd loom_js_test
yarn
yarn build
yarn copy-contracts
cd ..

LOOM_BIN=<ABSOLUTE_PATH_TO_LOOM> ./loom_integration_test.sh

License info

Please note different directories have different licenses. Please see license file in each folder respectively

All derivitive works of this code must incluse this copyright header on every file

// Copyright Loom Network 2018 - All rights reserved, Dual licensed on GPLV3
// Learn more about Loom DappChains at https://loomx.io
// All derivitive works of this code must incluse this copyright header on every file 
  • server directory -> GPLv3 License
  • loom_test directory -> Loom Public License License
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].