Sign inSign up

ontio/ont_dev_platform

By ontio

Updated about 8 years ago

ontology testmode and smartx and explorer

Image
0

226

ontio/ont_dev_platform repository overview

docker pull ontio/ont_dev_platform:latest docker run -d --name ont_dev_platform -e HOST_IP=1.1.1.1 -e WALLET_PASSWD=12345678 -p 3306:3306 -p 80:80 -p 8080:8080 -p 8000:8000 ontio/ont_dev_platform:latest

name:container name HOST_IP:IP of Host host external network can access MYSQL_PASSWD:Mysql administrator password (in this case, the user is ontology), the default password is passwd5tgb^YHN, if not, the default password is used WALLET_PASSWD:The password for the wallet is 123456. If there is no such parameter, the default password will be used. 3306:mysql port 80:smartx front end port 8080:smartx back end service port 8000:explorer port

ONG acquisition mode : 1:./ontology account list -v (View your wallet address,for example:ATcB3KHaC28dGgVPwU3DYUuXf5iBo1TLug)
2:./ontology asset transfer --from 1--to 1 --asset=ont --amount=10000(Transfer your account to yourself) 3:./ontology asset unboundong 1(View the number of ong that can be transferred ) 4:./ontology asset withdrawong 1(extract ong ) 5:./ontology asset balance 1(Check the ong in your wallet. succeed)

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

about 8 years ago

docker pull ontio/ont_dev_platform