@marx-dex/marx-dex-v2-core
Version:
🎛 Core contracts for the MarX Decentralized Exchange protocol
31 lines (16 loc) • 845 B
Markdown
# MarX Decentralized Exchange
[](https://github.com/marx-dex-deployer/marx-dex-v2-core/actions)
[](https://www.npmjs.com/package/@marx-dex/marx-dex-v2-core)
The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@marx-dex/marx-dex-v2-core@latest/).
# Local Development
The following assumes the use of `node@>=10`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`
## Contracts deployed to evmos testnet
- [MarXDEXV2Factory contract](https://evm.evmos.org/address/0x534022D5a24b90f25899F204307033ED27969326/contracts)
## Run scripts
`truffle exec scripts/test_factory_contract.js --network evmos`