All Projects → nina-market → nina

nina-market / nina

Licence: other
a self-publishing protocol for musicians - on solana

Programming Languages

javascript
184084 projects - #8 most used programming language
rust
11053 projects

Projects that are alternatives of or similar to nina

anchor-escrow
Escrow program implemented in Anchor
Stars: ✭ 142 (+425.93%)
Mutual labels:  web3, solana
solana-web3-demo
a quick demo for solana web3
Stars: ✭ 93 (+244.44%)
Mutual labels:  web3, solana
Solnet
Solana's .NET SDK and integration library.
Stars: ✭ 252 (+833.33%)
Mutual labels:  web3, solana
expo-solana-wallet
Cross-Platform Solana Wallet built with Expo and Solana/web3.js
Stars: ✭ 122 (+351.85%)
Mutual labels:  web3, solana
solana-mobile-wallet
💳 Non-custodial cross-platform wallet for Solana
Stars: ✭ 64 (+137.04%)
Mutual labels:  web3, solana
OpenLoginSdk
Pluggable auth infrastructure for Web3 wallets and dapps
Stars: ✭ 108 (+300%)
Mutual labels:  web3, solana
fetch-nft
🖼🎑🌠 A utility to fetch and easily display Ethereum & Solana NFTs in a common format given any wallet
Stars: ✭ 83 (+207.41%)
Mutual labels:  web3, solana
web4
Web4 is a new way to distribute decentralized apps. You only need to deploy one smart contract using WebAssembly to deploy whole web app.
Stars: ✭ 32 (+18.52%)
Mutual labels:  web3
aragon.js
(Aragon 1) A monorepo of JavaScript libraries for interacting with Aragon
Stars: ✭ 84 (+211.11%)
Mutual labels:  web3
augmented-finance-protocol
High-yield lending and low-rate borrowing DeFi protocol
Stars: ✭ 28 (+3.7%)
Mutual labels:  web3
babel-preset-react-native-web3
deprecated: babel preset for react native, web3 and babel 6
Stars: ✭ 22 (-18.52%)
Mutual labels:  web3
web3
⚡️ Web3 PHP is a supercharged PHP API client that allows you to interact with a generic Ethereum RPC.
Stars: ✭ 609 (+2155.56%)
Mutual labels:  web3
Wallet3
A secure mobile wallet for web3
Stars: ✭ 13 (-51.85%)
Mutual labels:  web3
developerdao.com
A community of builders who believe in collective ownership of the internet
Stars: ✭ 381 (+1311.11%)
Mutual labels:  web3
web3-is-going-great
A timeline of some of the greatest hits in cryptocurrencies, NFTs, and other web3 projects since the beginning of 2021
Stars: ✭ 334 (+1137.04%)
Mutual labels:  web3
webflow-nft-components
Connect web3 to Webflow without coding skills
Stars: ✭ 69 (+155.56%)
Mutual labels:  web3
blockhead
Crypto portfolio tracker, DeFi dashboard, NFT viewer and data explorer for the Ethereum/EVM-based blockchain ecosystem and the web 3.0-powered metaverse https://gitcoin.co/grants/2966/blockhead
Stars: ✭ 41 (+51.85%)
Mutual labels:  web3
ethjs-extras
All your dApp / App essentials for working with Ethereum.
Stars: ✭ 17 (-37.04%)
Mutual labels:  web3
foundation
for the Great Civilization
Stars: ✭ 54 (+100%)
Mutual labels:  web3
ocean.js
🦑 Ocean Protocol JavaScript library to privately & securely publish, exchange, and consume data.
Stars: ✭ 77 (+185.19%)
Mutual labels:  web3

drawing

nina: a self-publishing protocol for musicians - on solana


Note: Nina is in active development - APIs subject to change - code is unaudited - use at your own risk


Getting Started

Solana Program

Nina's Solana program is written in Anchor - first follow their guide

Once Anchor environment is configured you can run tests for the on-chain programs from the root directory: anchor test ./tests

Frontend

Nina's frontend packages can be found in the /js folder. /js/nina-common contains the core components for interaction with the Nina Solana Program. It will enentually contain shared UI components amongst the various Nina frontend projects (first will be the Nina UI, Embeddable packages, etc)

The Soft LP project can be run from the /js folder with the following commands:

yarn nina-common install
yarn nina-common build
yarn soft-lp install
yarn soft-lp start

yarn nina-common watch can be run if you want live changes to be compiled during development

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].