#unc #data #applications #cryptography #blockchain #type #infrastructure

unc-crypto

This is an internal crate for common cryptographic types

12 releases (5 breaking)

new 0.7.3 Apr 12, 2024
0.7.2 Apr 9, 2024
0.7.0 Mar 29, 2024
0.6.2 Mar 22, 2024
0.1.0 Mar 5, 2024

#2499 in Magic Beans

Download history 249/week @ 2024-03-01 417/week @ 2024-03-08 296/week @ 2024-03-15 226/week @ 2024-03-22 318/week @ 2024-03-29 336/week @ 2024-04-05

1,196 downloads per month
Used in 18 crates (14 directly)

GPL-2.0-or-later

96KB
2K SLoC





Reference implementation of UNC Protocol

Buildkite Stable Status Prerelease Status codecov Discord chat Telegram Group

About UNC

UNC's purpose is to enable community-driven innovation to benefit people around the world.

To achieve this purpose, UNC provides a developer platform where developers and entrepreneurs can create apps that put users back in control of their data and assets, which is the foundation of "Open Web" movement.

One of the components of UNC is the UNC Protocol, an infrastructure for server-less applications and smart contracts powered by a blockchain. UNC Protocol is built to deliver usability and scalability of modern PaaS like Firebase at fraction of the prices that blockchains like Ethereum charge.

Overall, UNC provides a wide range of tools for developers to easily build applications:

Join the Network

The easiest way to join the network, is by using the make release command, which you can install as follows:

# testnet node init
./target/release/uncd --home ~/.unc  init --chain-id testnet --download-genesis --download-config

# download snapshot data (optional)
```sh
$ sudo apt install rclone
$ mkdir -p ~/.config/rclone
$ touch ~/.config/rclone/rclone.conf

## rclone config
[unc_aws]
type = s3
provider = AWS
region = us-west-1
acl = public-read
server_side_encryption = AES256
storage_class = STANDARD

## download data
$ rclone copy --no-check-certificate unc_aws:unc-oss/latest ./
$ latest=$(cat latest)
$ rclone copy --no-check-certificate --progress --transfers=6  unc_aws:unc-oss/${latest:?} ~/.unc/data

# node run
$ ./target/release/uncd --home ~/.unc  run

To learn how to become validator, checkout documentation.

Contributing

The workflow and details of setup to contribute are described in CONTRIBUTING.md, and security policy is described in SECURITY.md. To propose new protocol changes or standards use Specification & Standards repository.

Dependencies

~21MB
~347K SLoC