Skip to content

Bridge v1.4.0

Compare
Choose a tag to compare
@Fang- Fang- released this 15 May 20:40
· 1803 commits to master since this release
9128082

Bridge is an open-source application for interacting with Azimuth. As of January 14, 2019, the Azimuth address space is live on the Ethereum blockchain. You can find it at azimuth.eth.

Owners of Azimuth points will be able to boot Arvo, the Urbit OS, using their Azimuth point and request access to one of Tlon's 'cities': private communities for chat and discussion. These new cities use Landscape, a brand new UI for using Urbit in the browser.

Requirements
Python 3.7.2

Instructions

  1. To use Bridge, download a release and unzip it (bridge-$version.zip).
  2. Open up your command line interface (Terminal on MacOS, Command Prompt on Windows).
  3. cd into the bridge-$version directory.
  4. Run this command: python3 -m http.server 5000 --bind 127.0.0.1
  5. You can then use Bridge by navigating to http://localhost:5000 using a web browser. (We recommend using Firefox or Chrome.)

Verify checksums
To validate your downloaded file's integrity, compare the lines in checksum.txt to SHA-256 hashes of the bridge-$version directory's contents.

  • On MacOS: shasum -a 256 -c checksums.txt .
  • On Linux: sha256sum -c checksums.txt .
  • On Windows: Go into the build directory and verify files individually with CertUtil -hashFile [file_name] SHA256

Changes
1.4.0 (2019-05-15)
This release adds support for discontinuity flagging (aka "personal breach") and brings a couple quality of life improvements.

  • Support flagging for discontinuity during key configuration (#130)
  • Autocomplete available ship names on the "Issue Child" page (#128)
  • Implement explicit "unset" action for proxy addresses (#127)
  • Make it easier to select Ledger accounts (#129)
  • Various smaller code improvements (#126, #131, #133, #134)

License
Licensed under the MIT license
Copyright (c) 2019 Tlon