Direct Deals
Direct data onboarding deals
Set up a devnet to make Direct Deals
Create images
Create Lotus image:
git clone https://github.com/filecoin-project/lotus lotus-direct-deal
cd lotus-direct-deal
git checkout nonsense/ddo-integration-and-allocation-and-claim-apis
docker build --build-arg FFI_BUILD_FROM_SOURCE=1 --build-arg GOFLAGS=-tags=debug -t filecoin/lotus-all-in-one:feat-ddo-integration-debug --target lotus-all-in-one -f Dockerfile .Create Boost images:
git clone https://github.com/filecoin-project/boost boost-direct-deal
cd boost-direct-deal
make docker/lotus ffi_from_source=1 build_lotus=0 lotus_version=feat-ddo-integration
make docker/lotus-miner ffi_from_source=1 build_lotus=0 lotus_version=feat-ddo-integration
make docker/boost docker/booster-http docker/booster-bitswap ffi_from_source=1 build_lotus=0 lotus_version=feat-ddo-integrationStart docker devnet
make devnet/upSetup notaries and grant datacap
Wait till the Boost UI is reachable at http://localhost and then, open a terminal to the
boostcontainerSetup notary and add balance to client market actor
Grant the datacap to the client
Make a deal
Stop the devnet
Last updated

