Join Butterfly Network
🦋 Butterfly network is intended for core implementers testing new code.
warning
This network suffers frequent resets and is not recommended for most users.
Filecoin nodes can be deployed to sync Filecoin butterfly network simply by deploying a Filecoin node manifest:
Apply this manifest using kubectl:
Kotal will create a single filecoin node that syncs butterfly Filecoin network, you can verify by getting pods in the default namepsace by:
you will get output similar to this
Check the logs of butterfly-node
by:
You will get butterfly sync logs.
Let's send an API call to butterfly-node
, but first lets forward hocalhost:1234
calls to butterfly-node
pod
In another terminal window, send Filecoin.ChainHead
API call
info
lotus node token can be found inside butterfly-node pod in /mnt/data/token
file.
Can be retrieved by
You'll get a result similar to this
Finally you can delete the filecoin node and all its resources by
and kubernetes garbage collector will delete all resources created by the node controller.