Technologies that aim higher

Let’s change the world

Innovation is in our DNA, and we are passionate about building amazing technology

Our People are our power

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.

Software
Development

Our developers are experts in many technologies, including blockchain and machine learning.

Token
Design

Our team are highly experienced and connected to the technology quality trends.

Blockchain
Advisory

We work with strong projects to help drive commercialisation, leveraging our understanding of the blockchain industry.

Blockchain projects

Check out some of our past and present projects.

MELD

Meld is a gold-backed digital currency that’s safe, stable and supported by an open network of partners.

THE MERRIER

The Merrier is a social marketplace for ethical goods that do good.

YPB

YPB will introduce a blockchain-enabled solution to protect brands from counterfeit.

Cake

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)

Developer Goodies

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.