cd nox-with-lotus
docker build -t nox-with-lotus
# first create the nox tomls with intended whitelisting
fluence local up
# redeploy network with correct images
docker compose -f .fluence/_docker-compose.yaml up -d
In trustless scenario there would be a filecoin full node running on the same machine
for testing you can use one of these api's:
- wss://wss.node.glif.io/apigw/lotus
- wss://api.chain.love
docker exec -ti fluence-nox-0-1 bash
FULLNODE_API_INFO=wss://wss.node.glif.io/apigw/lotus && nohup lotus daemon --lite > /dev/null 2>&1
docker exec -ti fluence-nox-1-1 bash
FULLNODE_API_INFO=wss://wss.node.glif.io/apigw/lotus && nohup lotus daemon --lite > /dev/null 2>&1
docker exec -ti fluence-nox-2-1 bash
FULLNODE_API_INFO=wss://api.chain.love && nohup lotus daemon --lite > /dev/null 2>&1
docker exec -ti fluence-nox-0-1 bash
lotus state get-actor f05
cd fluence
fluence deploy