Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 741 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 741 Bytes

Ray Dex Core Smart Contract V2

Core smart contracts of raydex protocol. Built to be deployed on PulseChain Network.

Installation, building and running

Git clone, then from the project root execute command

yarn install

Tests

Target to run all the tests found in the /test directory, transpiled as necessary.

npx hardhat test

Run a single test (or a regex of tests), then pass in as an argument.

 npx hardhat test \test/RayDex.js || npx hardhat test .\test\sample.test.ts

Scripts

The TypeScript transpiler will automatically as needed, execute through HardHat for the instantiated environment

npx hardhat nodenpx hardhat run scripts/deploy.js --network testnet