Giter Club home page Giter Club logo

dao-in-15's Introduction

DAO in 15

Dead simple DAO-like smart contract that can be explained (and maybe even written) in 15 minutes.

Implements trivial membership, proposals, and voting.

Required Software

  • Rust 1.61 + cargo
  • Node.js
  • NEAR CLI 3.2

Usage

Scripts

build.sh

Compiles the smart contract to a WebAssembly binary. The binary path is ./target/wasm32-unknown-unknown/release/near_smart_contract_rust_template.wasm.

contract.sh <command> <...arguments>

Calls the NEAR CLI, where <dev-account> is the account ID of the most recent dev deployment on testnet:

near <command> <dev-account> <...arguments>

deploy.sh <account-id>

Deploys the most recently built WASM binary to <account-id> on mainnet, and calls the new function with arguments generated by init-args.js.

dev-deploy.sh [--force]

Deploys the most recently built WASM binary to the dev account in neardev/, or to a new dev account if neardev/ is not found or --force is set. Calls the new function with arguments generated by init-args.js.

Authors

dao-in-15's People

Contributors

encody avatar

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.