A New Era
of Economics

We are an R&D think tank reinventing how people interact with each other.

Our moonshot goal is to give 6.4B+ people internet, be the Uber for Telecom, and change money from how much you hoard to how many people you have helped.

×

Backed By

Products

GUN

Realtime, decentralized,
offline-first, graph database
engine

The data that needs to stored, loaded, and shared in your app without worrying about servers, network calls, databases, or tracking offline changes or concurrency conflicts.

→ https://www.gun.eco

AXE

Trustless decentralized
bandwith incentive

A protocol design that removes the need for trust, such that a direct connection can be emulated through those servers, but still compensates servers for their efforts.

→ https://www.axe.eco

Try Gun Now

  • // Get ready for gunishment
  • var gun = Gun(‘https://gunjs.herokuapp.com/gun');
  •  
  • // Reference a random object and save data to it
  • gun.get(‘random/3kqOozW0a’)
  •   .put({ hello: ‘world’ });
  •  

In this 1 minute tutorial, we will connect to a gun peer, create an object, and sync data in realtime.

  • // Reference an object
  • var ref = gun.get('random/i0mKeFj8D');
  •  
  • // Print the ref
  • ref.on(function(data) {
  •    $('body').text(JSON.stringify(data));
  • });

Congratulations! You just referenced an object and saved data to it. In two tabs, we'll load that reference and sync data between them.

Let's update the "hello" field with a different value.
ref.get('').put("");

Great job! Want a more advanced tutorial?

AXE is a ​trustless​ ​decentralized​ ​bandwidth​ ​incentive
powered by
GUN's CRDT algorithm.

READ THE WHITEPAPER

Pull requests are welcomed

Contact

Opensource
FREE

Gun is proudly opensource.
And we are backed by this great community.

View on GitHub
On Demand
999

Training and Consulting.
Live code collaboration. Scheduled in a timely manner.

Contact Us
Enterprise
Custom

Everything from Subscription.
Included 1 week seminar.
Proprietary solutions.

Contact Us