Technologies that aim higher
Let’s change the world
Innovation is in our DNA, and we are passionate about building amazing technology
Innovation is in our DNA, and we are passionate about building amazing technology
We are connected by our passion for technology that has an impact.
An impact for our clients, for our community, and the planet. We know how to bring world class technology to life, and make it really useful and beautiful.
This is the key to success.
Our developers are experts in many technologies, including blockchain and machine learning.
Our team are highly experienced and connected to the technology quality trends.
We work with strong projects to help drive commercialisation, leveraging our understanding of the blockchain industry.
Check out some of our past and present projects.
Easily manage, issue and exchange your company's equity.
Now is the time when equity has its moment. Previously costly to use, dormant, and forgotten. Equity will come to life with Cake as the simple app unlocks many new opportunities to build your company and your community.
(Sshhh…..It’s a blockchain app that doesn’t talk about blockchain)
Open Source Blockchain Tools
Smart contracts tooling aggregator
$ docker run -it --rm -v $(pwd):/src:ro enhancedsociety/solium -f contracts/UpgradeableToken.sol
contracts/UpgradeableToken.sol
65:8 error Consider using 'revert()' in place of deprecated 'throw'. security/no-throw
79:6 warning Use emit statements for triggering events. emit
103:5 error Consider using 'revert()' in place of deprecated 'throw'. security/no-throw
105:6 warning Use emit statements for triggering events. emit
111:36 warning Use 'view' instead of deprecated 'constant'. no-constant
125:39 error Consider using 'revert()' in place of deprecated 'throw'. security/no-throw
132:31 warning Use 'view' instead of deprecated 'constant'. no-constant
✖ 3 errors, 4 warnings found.
Implements a one page message board with cryptographically
verified message authors.
python3 -m virtualenv -p python3 venv
source venv/bin/activate
pip install Flask web3
FLASK_DEBUG=1 FLASK_APP=main.py python -m flask run
Rust for better tooling
Rust has many benefits to both development and deployment
due to its strong type system and memory safety. Furthermore,
a lot of infrastructure around Ethereum is already written
in Rust (the parity client).
Given the importance of security and safety when working with
blockchains, using Rust seems like a very good fit. However,
the currently most used framework, Truffle, is almost entirely
reliant on Javascript.