-
## Our message to the creative world
Only a few years ago, blockchain was all the rage, in finance, in discussing politics, rethinking institutions and in art.
It was the utopian vision and the vill…
-
Hey, @dcodeIO !
I was wondering how this would be implemented. I'm interested in contributing, but I was wondering if we would use WASI or bindings of some kind... I was thinking like the api part on…
-
Full smart contract capabilities will come to Filecoin, it has been in the plans since the beginning. Many people ask this, so i'm starting this issue to track the conversation. We should submit prope…
-
ETC Core Devs Call 22 - Proposed Rejection of Keccak256 ECIP-1049 Call Results
https://ethereumclassic.org/blog/2022-02-23-core-devs-call-22-ecip-1049-call-results
https://github.com/ethereumclass…
-
TL;DR If you are not using a server side graphql implementation with limitations on how scalars and other types should be "resolved", _(such limitations arise in the apollo's js server see #11 and [h…
-
Most of the comunity uncertainty goes to the fact that DOGE amount is not finite and we can see this principle pretty soon at the README.md file.
If the objective is convert lost coins in the mini…
n4rus updated
3 years ago
-
https://github.com/dappforce/dappforce-subsocial-node
-
In the paper "HW/SW approaches for RISC-V code size reduction", it explained the version of ARM GCC is 7.2, HCC is based on GCC 7.3.
As far as I know, ARM support is more mature than RISC-V suppor…
-
is this project still alive ??
cvsae updated
3 years ago
-
Currently `AEAD` interface provides only two functions
```
Seal(dst, nonce, plaintext, additionalData []byte) []byte
Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error)
```
That…