MCPcopy
hub / github.com/embarklabs/embark

github.com/embarklabs/embark @v6.0.1-nightly.1 sqlite

repository ↗ · DeepWiki ↗ · release v6.0.1-nightly.1 ↗
3,013 symbols 8,485 edges 558 files 27 documented · 1%
README

Embark

npm Gitter Build Status Open PRs Closed PRs GitHub commit activity the past week, 4 weeks, year Coverage Status Dependabot Status

What is Embark

Embark is a framework that allows you to easily develop and deploy Decentralized Applications (DApps).

A Decentralized Application is a serverless html5 application that uses one or more decentralized technologies.

Embark currently integrates with EVM blockchains (Ethereum), Decentralized Storages (IPFS), and Decentralized communication platforms (Whisper and Orbit). Swarm is supported for deployment.

With Embark you can:

Blockchain (Ethereum) * Automatically deploy contracts and make them available in your JS code. Embark watches for changes, and if you update a contract, Embark will automatically redeploy the contracts (if needed) and the dapp. * Contracts are available in JS with Promises. * Do Test Driven Development with Contracts using Javascript. * Keep track of deployed contracts; deploy only when truly needed. * Manage different chains (e.g testnet, private net, livenet) * Easily manage complex systems of interdependent contracts.

Decentralized Storage (IPFS, Swarm) * Easily Store & Retrieve Data on the DApp through EmbarkJS. Including uploading and retrieving files. * Deploy the full application to IPFS or Swarm. * Import and deploy contracts hosted on Swarm.

Decentralized Communication (Whisper, Orbit) * Easily send/receive messages through channels in P2P through Whisper or Orbit.

Web Technologies * Integrate with any web technology including React, Foundation, etc.. * Use any build pipeline or tool you wish, including grunt, gulp and webpack.

$ npm -g install embark

See Complete Documentation.

Extension points exported contracts — how you extend this code

Builder (Interface)
(no doc) [8 implementers]
packages/plugins/scaffolding/src/builder.ts
Embark (Interface)
(no doc) [4 implementers]
packages/core/core/src/index.ts
CallDescription (Interface)
(no doc) [1 implementers]
packages/stack/api/src/server.ts
Route (Interface)
(no doc)
packages/utils/testing/src/httpServer.ts
CircuitConfig (Interface)
(no doc)
packages/embarkjs/snark/src/index.ts
ScriptsTracker (Interface)
(no doc) [2 implementers]
packages/plugins/scripts-runner/src/tracker.ts
EmbarkPlugins (Interface)
(no doc) [1 implementers]
packages/core/core/src/index.ts
PluginConfig (Interface)
(no doc)
packages/embarkjs/snark/src/index.ts

Core symbols most depended-on inside this repo

cb
called by 478
packages/embarkjs/ens/src/ENSFunctions.js
callback
called by 424
packages/embarkjs/embarkjs/src/lib/utils.js
send
called by 424
packages/plugins/ens/src/index.js
request
called by 261
packages/core/core/src/ipc.js
error
called by 256
packages/core/logger/src/index.js
on
called by 256
packages/core/core/src/ipc.js
log
called by 204
packages/stack/contracts-manager/src/contract.ts
info
called by 194
packages/core/logger/src/index.js

Shape

Method 1,411
Function 1,101
Class 447
Interface 44
Enum 10

Languages

TypeScript100%

Modules by API surface

dapps/tests/app/app/js/_vendor/async.min.js117 symbols
dapps/tests/app/app/js/_vendor/jquery.min.js92 symbols
packages/cockpit/ui/src/sagas/index.js90 symbols
packages/cockpit/ui/src/reducers/selectors.js62 symbols
packages/embark/src/bin/embark.js60 symbols
packages/cockpit/api-client/src/index.js59 symbols
packages/cockpit/ui/src/services/api.js51 symbols
packages/core/core/src/plugin.ts37 symbols
packages/utils/testing/src/plugin.js35 symbols
packages/plugins/ethereum-blockchain-client/src/api.js35 symbols
packages/core/code-runner/src/fs.js31 symbols
packages/core/core/src/fs.ts30 symbols

Dependencies from manifests, versioned

@babel/cli7.7.4 · 1×
@babel/core7.8.6 · 1×
@babel/plugin-proposal-class-properties7.8.3 · 1×
@babel/plugin-proposal-decorators7.7.4 · 1×
@babel/plugin-proposal-export-default-from7.7.4 · 1×
@babel/plugin-proposal-export-namespace-from7.7.4 · 1×
@babel/plugin-proposal-nullish-coalescing-operator7.8.3 · 1×
@babel/plugin-proposal-object-rest-spread7.7.4 · 1×
@babel/plugin-proposal-optional-chaining7.7.4 · 1×
@babel/plugin-syntax-dynamic-import7.7.4 · 1×
@babel/plugin-transform-destructuring7.7.4 · 1×
@babel/plugin-transform-flow-strip-types7.7.4 · 1×

For agents

$ claude mcp add embark \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact