下面给出的代码来自于在一本关于松露的教程提供的教程
// Set the provider for our contract
App.contracts.Adoption.setProvider(App.web3Provider);
我看到我们为合同建立了一个Web3提供者。
基本上什么是提供者?他们干些什么?
我做了以下教程(),让fabric在kube上运行,并试图查询我的区块链。
我尝试这样设置我的用户:
function getAdmin(client, options) {
return Promise.resolve(client.createUser({
username: 'admin',
mspid: 'Org1MSP',
cryptoContent: {
privateKeyPEM: // am not sure what goes here but I put the