All Projects → safex → safex

safex / safex

Licence: GPL-3.0 license
Marketplace interface for the Safe Exchange Client

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to safex

Credits
Credits(CRDS) - An Evolving Currency For An Evolving Society
Stars: ✭ 14 (-30%)
Mutual labels:  anonymous
grandnode2
Free, Open source, Fast, Headless, Multi-tenant eCommerce platform built with .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB, Vue.js.
Stars: ✭ 626 (+3030%)
Mutual labels:  marketplace
name-bazaar
A peer-to-peer marketplace for the exchange of names registered via the Ethereum Name Service
Stars: ✭ 89 (+345%)
Mutual labels:  marketplace
solana-nft-monitor
Monitor Solana NFT projects using Github Actions + flatgithub.com
Stars: ✭ 31 (+55%)
Mutual labels:  marketplace
wipri
(Network Metadata Privacy) MAC Address spoofer with bonus combo (options): hostname + signal spoofer - *no disconnects!* Privacy Changing w/Brand Mimics: run as command or optional new randomized identity each boot; includes flags for continually changing random times/changing valid OUI addresses + Hostname randomizer + Device/Signal/location an…
Stars: ✭ 26 (+30%)
Mutual labels:  anonymous
bazaar
The extension marketplace for your Flarum forum.
Stars: ✭ 58 (+190%)
Mutual labels:  marketplace
microconsulting-platform-proposal
Unsolicited proposal for a microconsulting services marketplace platform.
Stars: ✭ 12 (-40%)
Mutual labels:  marketplace
Anonymous
Message from Anonymous :)
Stars: ✭ 24 (+20%)
Mutual labels:  anonymous
dc-woocommerce-multi-vendor
WC Marketplace is the fastest growing multi-store marketplace plugin for WooCommerce.
Stars: ✭ 86 (+330%)
Mutual labels:  marketplace
darkwire-server
Encrypted web socket chat - Darkwire.io Chat Server
Stars: ✭ 18 (-10%)
Mutual labels:  anonymous
Artion-Server
Artion API Server
Stars: ✭ 26 (+30%)
Mutual labels:  marketplace
habitus
🏄 State-of-the-art Tracker for emotions, habits and thoughts. | Gamified. | Anonymous and open source. | Healthiest version of you
Stars: ✭ 23 (+15%)
Mutual labels:  anonymous
GAPITA
An anonymous and random chat messaging for talking to strangers! (Using SignalR C# and TypeScript)
Stars: ✭ 55 (+175%)
Mutual labels:  anonymous
NoPMsBot
https://telegram.dog/ShriMADhaBot
Stars: ✭ 127 (+535%)
Mutual labels:  anonymous
darkwire-client
Encrypted web socket chat - Darkwire.io client
Stars: ✭ 23 (+15%)
Mutual labels:  anonymous
go-peer
Library for create secure and anonymity decentralized networks.
Stars: ✭ 74 (+270%)
Mutual labels:  anonymous
Tor-IP-Addresses
Hourly checked and updated list of IP Addresses of Tor and Tor Exit Nodes
Stars: ✭ 182 (+810%)
Mutual labels:  anonymous
deeponion
Official Source Repo for DeepOnion - Anonymous Cryptocurrency on TOR
Stars: ✭ 60 (+200%)
Mutual labels:  anonymous
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (+20%)
Mutual labels:  anonymous
Artion-Client
Client app for Artion, a global NFT marketplace on Fantom Opera.
Stars: ✭ 71 (+255%)
Mutual labels:  marketplace

Build Status

safex

WARNING: all code is still in a testing phase!! #install

Building from source

Ubuntu 14.04, 15.04, 15.10

Install Rust Stable

# install rust stable
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh

# install stable and make it default
sudo multirust update stable
sudo multirust default stable
OSX with Homebrew
# install multirust
brew update
brew install multirust

# install stable and make it default
multirust update stable && multirust default stable

Generate bitcoin keys

# download and build safex/safex
git clone https://github.com/safex/safex
cd safex
cargo run --example keys

Import base64 bitcoin private key

# download and build safex/safex
git clone https://github.com/safex/safex
cd safex
cargo run --example import

Run some tests

# download and build safex/safex
git clone https://github.com/safex/safex
cd safex
cargo run --example testkeys
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].