All Projects → wyvernprotocol → wyvern-v3

wyvernprotocol / wyvern-v3

Licence: MIT License
Wyvern Protocol v3.1, Ethereum implementation

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects
shell
77523 projects

Projects that are alternatives of or similar to wyvern-v3

Nix
Nix - NFT Decentralised Exchange Smart Contracts
Stars: ✭ 40 (-73.86%)
Mutual labels:  dex, nft
nft-generator-py
Unique image & metadata generation using weighted layer collections.
Stars: ✭ 127 (-16.99%)
Mutual labels:  nft
every-eos
Decentralized exchange based on eos.io
Stars: ✭ 20 (-86.93%)
Mutual labels:  dex
tenk
Template for making a NFT contract with a raffle of tokens
Stars: ✭ 32 (-79.08%)
Mutual labels:  nft
DexHelper
Gradle Plugin to analyze per-dex with Android assemble command.
Stars: ✭ 19 (-87.58%)
Mutual labels:  dex
dpt-shell
Android函数抽取壳实现
Stars: ✭ 159 (+3.92%)
Mutual labels:  dex
svgnft
Making it slightly easier to create fully on-chain SVG-based NFTs.
Stars: ✭ 44 (-71.24%)
Mutual labels:  nft
DEXBot
Trading Bot for the BitShares Decentralized Exchange
Stars: ✭ 232 (+51.63%)
Mutual labels:  dex
nft app
nft flutter application simple
Stars: ✭ 28 (-81.7%)
Mutual labels:  nft
waifusion-site
The new Waifusion dApp website in React (old website in v1 branch)
Stars: ✭ 20 (-86.93%)
Mutual labels:  nft
kalwalt-interactivity-AR
Some various experiments with Ar.js and Three.js
Stars: ✭ 65 (-57.52%)
Mutual labels:  nft
pixel-avatars
A Polygon-based minting projects for Developer DAO members who own an Devs for Revolution NFT
Stars: ✭ 117 (-23.53%)
Mutual labels:  nft
uniswap-python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 533 (+248.37%)
Mutual labels:  dex
webflow-nft-components
Connect web3 to Webflow without coding skills
Stars: ✭ 69 (-54.9%)
Mutual labels:  nft
charts
My helm charts
Stars: ✭ 15 (-90.2%)
Mutual labels:  dex
awesome-samsung-dex
An "awesome" list of Samsung DeX resources
Stars: ✭ 18 (-88.24%)
Mutual labels:  dex
elven-nft-minter-sc
Elven Tools SC - Smart Contract for launching NFTs collections on the Elrond blockchain
Stars: ✭ 30 (-80.39%)
Mutual labels:  nft
wordpress-nft-plugin
NFT Auction Product Type WordPress Plugin for WooCommerce – BID HAUS
Stars: ✭ 197 (+28.76%)
Mutual labels:  nft
nft-contracts
Open-source NFT contracts used by buildship.dev
Stars: ✭ 60 (-60.78%)
Mutual labels:  nft
RocketXPlugin
🔥🔥 android 端编译加速插件🚀 自动识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。
Stars: ✭ 408 (+166.67%)
Mutual labels:  dex

Wyvern v3.1

Project Wyvern Logo

https://img.shields.io/github/license/wyvernprotocol/wyvern-v3.svg Build Status Coverage Status

This is version 3.1 of the Wyvern decentralized exchange protocol, designed to maximize the ease of positive-utility-sum multiparty transactions on a distributed ledger.

Check out documentation here.

Deployed contract addresses can be found in config.json.

Development

Setup

Install dependencies with Yarn:

yarn

Testing

Run testrpc (ganache-cli) to provide a simulated EVM:

yarn testrpc

In a separate terminal, run the testuite:

yarn test

Linting

Lint all Solidity files with:

yarn lint

Static Analysis

Run static analysis tooling with:

yarn analyze

Deployment

Edit truffle.js according to your deployment plans, then run:

yarn run truffle deploy --network [network]
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].