Ethereum, the decentralized digital platform to manage smart contracts

We mainly work on Ethereum blockchain for the on-chain component of projects that need this type of technology, developing dedicated smart contracts based on Solidity.
Considering the cost of storage on the Ethereum blockchain, the stipulation of contracts and the related conditions could be historicized using events.
For the development of the off chain layer, we normally rely on web applications developed in Node.js. The use of Javascript also in the server side component makes it possible to use the same programming language used for the front-end, but above all to use one of the best and most popular integration frameworks between on-chain and off-chain components, web3 .js.
For the integration tests between on-chain and off-chain components, we take advantage of the Truffle Suite, a set of components that allow the development and testing of smart contracts and the interaction between the platform and the DLT component in a more agile way.
Do you want to start using Ethereum?