1234567891011121314docker-compose -f docker-compose-testnet.yml up -d --build1516sleep 3017181920curl http://localhost:9935 -H "Content-Type:application/json;charset=utf-8" -d "@./einstein_store_key.json"212223curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key.json"24252627curl http://localhost:9935 -H "Content-Type:application/json;charset=utf-8" -d "@./einstein_store_key_grandpa.json"282930curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key_grandpa.json"313233docker-compose -f docker-compose-testnet.yml down34docker-compose -f docker-compose-testnet.yml up -d3536373839rm einstein_key_file404142rm ./einstein_store_key.json43rm ./newton_store_key.json44rm ./einstein_store_key_grandpa.json45rm ./newton_store_key_grandpa.json