@4cadia/janus-indexer-core
v0.3.0
Published
Janus Indexer Proxy Package
Downloads
6
Keywords
Readme
Janus Indexer Core
Indexer Core is the bridge between Dapp and SmartContract.
It is responsible for extracting metadata that will be indexed, interacting with the Indexer
smart contract and also for communicating with the storage layer.
For smart contracts we currently support only Ethereum and for storage currently only IPFS, but we plan to include other smart contract engines and decentralized storage solutions in the future.
Featured Technologies
IPFS: The InterPlanetary File System is a protocol and peer-to-peer network for storing and sharing data in a distributed file system.
Ethereum: Is an open source, public, blockchain-based distributed computing platform and operating system featuring smart contract functionality.
TypeScript: Is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript, and adds optional static typing to the language.
Build
# Is run command:
yarn build
Run Tests
# run unit tests
yarn test:unit
# run all tests
yarn test
Other Commands
# run code linter
yarn lint
# automatically fix issues detected by the linter
yarn lint-fix
Contributing
- Fork it (https://github.com/4cadia-foundation/janus/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request