Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged blockchain
0
votes
1.2k
views
1
answer
blockchain - Deployment Failed: Unknown Error: project ID does not have access to archive state
I was trying to deploy smart contracts using Truffle. Error: *** Deployment Failed *** "Token" -- Unknown Error: ... -unknown-error-project-id-does-not-have-access-to-archive-sta...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
981
views
1
answer
blockchain - how smart contracts are Self-verifying?
I'm new in Smart Contracts and i need help to understand what does mean exactly by : Smart contracts ... stackoverflow.com/questions/65859880/how-smart-contracts-are-self-verifying...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
929
views
1
answer
blockchain - differences in terms of api supported by full node vs light node
Are there any differences on the API supported by full node vs light node in Ethereum? question from:https://stackoverflow. ... in-terms-of-api-supported-by-full-node-vs-light-node...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
908
views
1
answer
blockchain - Tezos Terminology: what is the difference between Private Nodes, Public Nodes and Bakers?
What is the key difference between Private Nodes, Public Nodes and Bakers in terms of Tezos Blockchain Network? I ... -what-is-the-difference-between-private-nodes-public-nodes-an...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.2k
views
1
answer
blockchain - my smart contract is not responding and error saying web3 is not defined
[error saying web3 is not defined][1]<script> var myContract; async function CheckMetamaskConnection() { // Modern dapp ... -is-not-responding-and-error-saying-web3-is-not-defined...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
874
views
1
answer
blockchain - Why blocks dont finalized
We have substrate node with babe + grandpa consensus. We tried to run it on different computers and ... https://stackoverflow.com/questions/65934347/why-blocks-dont-finalized...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
896
views
1
answer
blockchain - Regular, repeating, interaction between an oracle and a smart contract
This is just an example. I'm building this dapp where I have a start date and an end date and ... /65944313/regular-repeating-interaction-between-an-oracle-and-a-smart-contract...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
874
views
1
answer
blockchain - interaction with smart contract oracle
Is it possible for a smart contract to make calls to the Oracle in loop (as long as a condition ... ://stackoverflow.com/questions/65947123/interaction-with-smart-contract-oracle...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.0k
views
1
answer
blockchain - Create channel in hyperledger fabric
We have using this cmd for creating channel as: $ ./network.sh up createChannel -c mychannel -ca ... ://stackoverflow.com/questions/65682235/create-channel-in-hyperledger-fabric...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.0k
views
1
answer
blockchain - How to deploy locked contract on NEAR
near deploy command requires full access key to the account it deploys to. How does one create new account and ... .com/questions/65670738/how-to-deploy-locked-contract-on-near...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
833
views
1
answer
blockchain - How do I install the Rust crate in3?
This question already has an answer here: question from:https://stackoverflow.com/questions/65649585/how-do-i-install-the-rust-crate-in3...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
848
views
1
answer
blockchain - Tendermint to run on Android phone
Is it possible to use gomobile to compile Tendermint and ABCI, then we can run them on Android phones? ... /stackoverflow.com/questions/65661200/tendermint-to-run-on-android-phone...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.3k
views
1
answer
blockchain - Convert Ethereum or Bitcoin address to Polkadot or Substrate-based address
I would like to convert user's Ethereum address for example(0xc5D3a7d27DbDe23A7FC5E53F1a6f17F38C03194F) to substrate ... bitcoin-address-to-polkadot-or-substrate-based-address...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
865
views
1
answer
blockchain - Integrating ERC20 Token In Audio Streaming Website
I run an audio streaming platform that is based on php. It has web, iOS and Android clients. I ... .com/questions/66055386/integrating-erc20-token-in-audio-streaming-website...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.6k
views
1
answer
blockchain - how to interact with an already deployed smart contract
I was reading this contract that I found in the solidity documentation and I assume this contract is unique and ... 66055850/how-to-interact-with-an-already-deployed-smart-contract...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
835
views
1
answer
blockchain - Integrating ERC20 Token In Audio Streaming Website
I run an audio streaming platform that is based on php. It has web, iOS and Android clients. I ... .com/questions/66055386/integrating-erc20-token-in-audio-streaming-website...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
858
views
1
answer
blockchain - how to interact with an already deployed smart contract
I was reading this contract that I found in the solidity documentation and I assume this contract is unique and ... 66055850/how-to-interact-with-an-already-deployed-smart-contract...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.3k
views
1
answer
blockchain - Is there a way to use multisig without smart contracts on Ethereum?
I have already found many wallets that offer multisig smart contract deployment. But this way is very expensive and ... -a-way-to-use-multisig-without-smart-contracts-on-ethereum...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
3.8k
views
1
answer
blockchain - Tron Web - Validate TransferContract error, no OwnerAccount (Tron Link)
I am developing a block chain web application using Tron Web. I have followed the document but getting below error while ... 10) Kindly check and let me know what am i missing...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
822
views
1
answer
blockchain - Limits of a decentralised app due to racketeering by miners?
I'm learning about blockchain (finally). I like the idea of a decentralised app, especially for things like a ... to racketeering by those who get paid to process transactions....
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.0k
views
1
answer
blockchain - how to write a function in chaincode that simply count the total records and return total number.hyperledger fabric
For example, we have a bank record, we use a query to get all the bank's record, I just wanted to create a function who simply return the total bank record and return number only...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.3k
views
1
answer
blockchain - How to connect to TronLink?
I am new in tron. Can we check default tron wallet address using any free api from server side? Will it work ... ) { console.log("address", window.tronWeb.defaultAddress.base58) }...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.3k
views
1
answer
blockchain - Error while trying to get Rinkeby testnet ethers, "No ethereum address found to fund"
The Rinkeby faucet is not working for some reasons. I've tried some other websites too, but ... my address 0xcba659d3a182EC0A8D69159DA02C90690c440887 Thank you very very much!!...
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.1k
views
1
answer
blockchain - Using disabled Bitcoin opcodes locally
Is there a way of using disabled Bitcoin script opcodes on a local simulated Bitcoin blockchain (without using an old ... solution would be to switch to Bitcoin Cash, I guess?...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.1k
views
1
answer
blockchain - Does CEXIO support withdraw and deposit via API?
.Found similar methods for Kraken but can't seem to find them in CEXIO REST and WebSocket documentation...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.0k
views
1
answer
blockchain - Create channel in hyperledger fabric
We have using this cmd for creating channel as: $ ./network.sh up createChannel -c mychannel -ca But, We got this ... new in hyperledger fabric. What is solution of above issue???...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
1.1k
views
1
answer
blockchain - Create channel in hyperledger fabric
We have using this cmd for creating channel as: $ ./network.sh up createChannel -c mychannel -ca But, We got this ... new in hyperledger fabric. What is solution of above issue???...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
0
votes
3.6k
views
1
answer
blockchain - Deployment Failed: Unknown Error: project ID does not have access to archive state
I was trying to deploy smart contracts using Truffle. Error: *** Deployment Failed *** "Token" -- Unknown Error: {"jsonrpc": ... {} }. Please let me know the reason of this error....
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
blockchain
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] css怎么让一个盒子全屏显示,任意层级,不随父级定位影响。
[2] c - Getting a Segmentation fault (core dumped) message when trying to execute my gui program
[3] 【求助】uni-app运行到支付宝小程序开发者工具编译报错?
[4] TypeScript 编译器 tsc 命令能够自动补全完整的 js 后缀?
[5] if statement - include different navigations in php
[6] numpy - What exactly A[:, state] means in the python?
[7] antv L7 要怎么设置地图绘制范围的大小。
[8] Custom Shortcode To Display ACF Checkbox Field As Links In Wordpress Block Editor
[9] hibernate - I get a stackOverflowError when trying to generate a very large PDF file in Java
[10] authentication - Authenticate API in .net core using ping identity OAuth2.0
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...