Skip to content

Bitsong Accounts: A Cosmos IBC Name Service and Marketplace

permissionlessweb/bs-accounts

 
 

Repository files navigation

Bitsong Accounts: A Tokenized Account Framework

This implementation is a compatible instance of sg-names for Bitsong. To the stargaze contributors, thank you for setting the tone with these!

Contract Description
Account Marketplace The secondary marketplace for accounts. Accounts are automatically listed here once they are minted.
Account Minter Account minter is responsible for minting, validating, and updating accounts and their metadata.
Bs721-Account A cw721 contract with on-chain metadata for an account.
Account Registry Middleware Recieves hooks and functions as admin middleware for abstract-account framework on-chain registry

Scripting Library

In this repo are cw-orchestrator scripts that highlight this first step.

Compile the contracts

just optimize

Test the workspace

cargo test
# for code coverage reports
cargo coverage

Cw-Orchestrator

To run the integration tests:

cd scripts/ && cargo test

Deploy

To learn more about the deployment scripts, check here.

Documentation

Checkout some documentation here.

DISCLAIMER

BITSONG CODE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND. No developer or entity involved in creating or instantiating Bitsong smart contracts will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of Bitsong, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value. Although Discover Decentralization DAO, and it's members configured existing code for the accounts, it does not own or control the Bitsong network.

About

Bitsong Accounts: A Cosmos IBC Name Service and Marketplace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 85.8%
  • TypeScript 12.6%
  • Shell 1.5%
  • Other 0.1%