All Projects → LoopringSecondary → Protocol

LoopringSecondary / Protocol

Licence: apache-2.0
Loopring Protocol Smart Contract on Ethereum

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Protocol

ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-93.18%)
Mutual labels:  protocol, token, erc20
Universaltoken
Implementation of Universal Token for Assets and Payments
Stars: ✭ 176 (-20%)
Mutual labels:  ethereum, erc20, token
Erc20 Explorer
An explorer for ERC20 based Ethereum tokens
Stars: ✭ 248 (+12.73%)
Mutual labels:  ethereum, erc20, token
Framework
0xcert Framework - JavaScript framework for building decentralized applications - build something unique
Stars: ✭ 213 (-3.18%)
Mutual labels:  ethereum, protocol, token
Deltabalances.github.io
The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
Stars: ✭ 128 (-41.82%)
Mutual labels:  ethereum, erc20, token
ethereum-dex
Decentralized exchange implementation for the 0xcert protocol on the Ethereum blockchain.
Stars: ✭ 18 (-91.82%)
Mutual labels:  decentralized, exchange, token
TheWorldExchange
A purely client-side wallet and direct interface showcasing the full functionality of Ripple / blockchain.
Stars: ✭ 34 (-84.55%)
Mutual labels:  decentralized, exchange, token
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-36.36%)
Mutual labels:  ethereum, erc20, decentralized
0x Monorepo
0x protocol monorepo - includes our smart contracts and many developer tools
Stars: ✭ 1,328 (+503.64%)
Mutual labels:  ethereum, erc20, exchange
Web3j Sample
web3j 样例程序
Stars: ✭ 317 (+44.09%)
Mutual labels:  ethereum, erc20, token
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-38.18%)
Mutual labels:  ethereum, erc20, exchange
Set Protocol Contracts
🎛 Set Protocol Smart Contracts
Stars: ✭ 151 (-31.36%)
Mutual labels:  ethereum, erc20, protocol
Dasp
The Decentralized Application Security Project
Stars: ✭ 166 (-24.55%)
Mutual labels:  ethereum, decentralized
Tokenbalance
Simple Ethereum API to get your ERC20 Token Balance along with useful information
Stars: ✭ 163 (-25.91%)
Mutual labels:  ethereum, erc20
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-25%)
Mutual labels:  ethereum, decentralized
Sparkle Token
Sparkle Peer to Peer Ecosystem Built on Ethereum
Stars: ✭ 162 (-26.36%)
Mutual labels:  ethereum, token
Toshi Android Client
Android client for Toshi
Stars: ✭ 167 (-24.09%)
Mutual labels:  ethereum, token
Trust Ray
☁️ API for the Trust Wallet. Project no longer supported and current version used as source of transactions and address tokens in Blockatlas https://github.com/trustwallet/blockatlas/blob/master/config.yml#L64
Stars: ✭ 172 (-21.82%)
Mutual labels:  ethereum, erc20
Basic Attention Token Crowdsale
Basic Attention Token
Stars: ✭ 160 (-27.27%)
Mutual labels:  ethereum, erc20
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-18.18%)
Mutual labels:  ethereum, decentralized

Loopring Protocol Smart Contracts

Compile

If you are using Windows:

npm install --global --production windows-build-tools

Then run the following commands from project's root directory:

npm install
npm run compile

Deployment on Ethereum Mainnet:

Run Unit Tests

  • run npm run testrpc from project's root directory in terminal.
  • run npm run test from project's root directory in another terminal window.
  • run single test: npm run test -- transpiled/test/xxx.js

Run Unit Tests inside Docker

If you prefer to use docker, you can install docker first, then run the following:

npm run docker

If you do not have node/npm installed but still wish to use docker, you can run the commands manually:

docker-compose up --build --abort-on-container-exit
docker-compose logs -f test

The logs command is optional but will give you an easy to read output of the tests without the output from testrpc mixed in (though the combination of both is good for debugging and is why they're not being silenced.)

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].