Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 947 Bytes

CONTRIBUTING.md

File metadata and controls

51 lines (36 loc) · 947 Bytes

Contribution guidelines

First off, thank you for considering contributing to db3 network

If your contribution is not straightforward, please first discuss the change you wish to make by creating a new issue before making the change.

Reporting issues

Before reporting an issue on the issue tracker, please check that it has not already been reported by searching for some related keywords.

Developing

Build

  1. clone the source and init the building environment
git clone https://github.com/dbpunk-labs/db3.git
cd db3 & bash install_env.sh
  1. compile the metadata contract
cd  metadata && yarn && npx hardhat test
  1. build the db3 binary
cargo build
  1. build typescript sdk
cd sdk && make && yarn && yarn build

Start Local Test Environment

cd tools && bash start_localnet.sh

Run test cases

cargo test