Skip to content

bnb-chain/novel-contract

Repository files navigation

novel-contract

Mind marketplace is a marketplace protocol for safely and efficiently buying and selling data uploaded in Greenfield.

Install

To install dependencies:

git clone --recurse-submodules https://github.com/bnb-chain/novel-contract.git && cd novel-contract
yarn install
forge install

Deploy

  1. Copy .env.example and setup OP_PRIVATE_KEY and OWNER_PRIVATE_KEY in .env.
cp .env[foundry.toml](foundry.toml).example .env
  1. Deploy with foundry.
forge script ./script/1-deploy.s.sol --rpc-url ${RPC_LOCAL} --legacy --broadcast --private-key ${OP_PRIVATE_KEY}

Test

Test with foundry after deploying:

forge test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published