Quickstart Guide
Last updated
Last updated
The Token-Price-Oracle codebase is fully open source and hosted on Github.
The project is structured in the next manner:
contracts
- Holds the Solidity Smart Contracts and interfaces for external use
scripts
- Holds any deployment or on-chain initialisation scripts written in Typescript
tasks
- Holds helper tasks for the cli to interact with the contracts
test
- Holds all the project related tests
Github Link:
The project uses as the development environment, as the Smart Contract language of choice and as language for writing any accompanying tests or scripts.
For package management is used as it provides better performance and safer dependency resolving in comparsion to npm.
Github Link:
The project uses as the development environment and as the primary language. The server functionality is handled through the framework and storage is cached in-memory using .
Web3 interactions are handled using the library.
For package management is used as it provides better performance and safer dependency resolving in comparsion to npm.