Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
instead of enterring commands in interactive mode, does multichain have a web interface ?
how to automate to create a blockchain instead of Command Line Interface
How to store wallet.dat file of a node on some other server instead of the node's server?
Can we execute a python script(.py) instead of shell script(.sh) in Walletnotify option?
What to use instead of "accounts" ?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
administration interface instead of commands
+1
vote
is there a web administration interface to manage the blockchain instead of the commands,
thank you
asked
Nov 18, 2018
by
johndev
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
Hello,
You could have a look here:
https://github.com/MultiChain/multichain-web-demo
.
answered
Nov 18, 2018
by
multichain_user123
is this application accesble only from the node of the admin (blockchain creator) if i try to acces it from the other nodes is there any acces right
You can use the Web Demo with any node, not just the node which initiated the chain.
thank you, but i am the bloackchain creator and administrator so i will connect to the interface with admin privilige i want to know if the other nodes will connect with admin privilege or with their own privilege given by me (admin)
Each node can only perform the actions which it has permission to do (based on the private keys in its wallet). This applies no matter how those actions are initiated (command line, web demo, etc...)
in this case each node will only do the actions granted by the admin, it will not do the admin actions
Thanks
Please
log in
or
register
to add a comment.
...