Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
chainr-ai
/
CHAINR
like
0
English
web3
blockchain
dapp
smart-contracts
ethereum
solidity
defi
nft
ai-assistant
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
CHAINR
/
backend
/
node_modules
/
asynckit
/
index.js
chainr-ai
Upload 8536 files
4888678
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
156 Bytes
module
.
exports
=
{
parallel :
require
(
'./parallel.js'
),
serial :
require
(
'./serial.js'
),
serialOrdered :
require
(
'./serialOrdered.js'
)
};