Code Monkey home page Code Monkey logo

solidr's Introduction

Dev Continuous integration

Solid-R

The decentralized application for simple sharing expenses.

Developped on Solana.

How to contribute

How to develop with docker

cf solana-test-validator-docker

How to use this repository

See all scripts in main package.json file.

Install dependencies

yarn install

Compile all packages

yarn run compile:all

Apply lint rules

yarn run lint:all

Run unit tests

yarn run test:all

Useful scripts

Inside packages/programs/solidr-program

yarn run use-local -> solana-docker config set --url localhost --keypair /opt/.config/solana/id.json
yarn run deploy-local -> anchor-docker deploy --provider.cluster localhost
yarn run init-local -> ANCHOR_PROVIDER_URL=http://localhost:8899 ts-node migrations/initGlobal.ts
yarn run use-devnet -> solana-docker config set --url devnet --keypair /opt/.config/solana/id.json
yarn run deploy-devnet -> anchor-docker deploy --provider.cluster devnet
yarn run init-devnet -> ANCHOR_PROVIDER_URL=https://api.devnet.solana.com ts-node migrations/initGlobal.ts
yarn run start-local-test-validator -> solana-docker-shell exec "solana-test-validator --ledger /opt/.config/solana/.ledger --bind-address 0.0.0.0 --rpc-port 8899"

Deployments

Devnet deployed program

  • program ID: 2xTttZsc5s65KyLmG1M6D5NpanUdYGj9SydbYnQFjnUP
  • init global tx: 2DSf2PoinWRgYuGZA4EamdyxBoGaYszhNHyvPR4UBBDxfVVB1VKrQEmpociW7EyDpVeKaTSriHK8PYXSqJMmASRq

solidr's People

Contributors

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