1.0.1 • Published 3 years ago

rex-contracts v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

REX Smart Contracts

npm.io

REX-CONTRACTS

This project hold smart contracts built using solidity & truffle suite. Smart contracts in this project are built on the following Solidity version :

pragma solidity ^0.8.4;

Development blockchain

Run yarn start to get a local Ganache blockchain network where you can run your smart contracts locally and run integration tests.

Build

Run truffle compile to build contracts. The build artifacts will be stored in the build/ directory.

Running truffle tests

Run truffle test to execute truffle tests via.

Deploy contracts

Run truffle migrate development to deploy smart contracts in gannache blockchain or any other blockchain of you choice.

Reference Documentation

For further reference, please consider the following sections: