Giter Club home page Giter Club logo

melomint-dev / cadence Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 1.0 76 KB

Product's aim is to revolutionize the music industry with an innovative platform. Artists experience fair compensation and protection through AI. And can connect their followers with NFTs. While users enjoy seamless access to a vast library of high-quality songs. This repository contains code of cadance.

License: GNU General Public License v3.0

Cadence 100.00%
cadance flow

cadence's Introduction

Cadence

NOTE: Rest of Scripts and Transactions were updated in Frontend and Backend as per the need.

Installation

  1. Clone the repository

    git clone [email protected]:melomint-dev/cadence.git
    
  2. Install the Flow CLI Link

  3. Initialize Flow Project

    flow init
    
  4. Create a testnet account via CLI

    flow accounts create
    
    • Select Testnet and give your designed name
    • Your account address with name will be added in flow.json along with .pkey (private key) will be generated
  5. Add Smart Contract Path in flow.json

    {
      "contracts": {
        "MeloMint": "./contracts/MeloMint.cdc"
      },
      "networks": {
        ...
      },
      ...
      "deployments": {
        "testnet": {
          "<account name>": [
            "MeloMint"
          ]
        }
      }
    }
    
  6. Deploy the Smart contract in the testnet account created

    flow project deploy
    
  7. To run scripts and transactions, refer these documents

cadence's People

Contributors

kavania2002 avatar

Stargazers

 avatar  avatar  avatar

Forkers

kavania2002

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.