1234567891011121314docker-compose -f docker-compose-testnet.yml up -d --build15161718curl http://localhost:9935 -H "Content-Type:application/json;charset=utf-8" -d "@./einstein_store_key.json"192021curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key.json"22232425curl http://localhost:9935 -H "Content-Type:application/json;charset=utf-8" -d "@./einstein_store_key_grandpa.json"262728curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key_grandpa.json"293031docker-compose -f docker-compose-testnet.yml down32docker-compose -f docker-compose-testnet.yml up -d3334353637rm einstein_key_file383940rm ./einstein_store_key.json41rm ./newton_store_key.json