GithubHelp home page GithubHelp logo

warp-contracts / academy Goto Github PK

View Code? Open in Web Editor NEW
16.0 16.0 25.0 20.49 MB

The Warp academy - a set of tutorials that introduce into smart contracts development in Warp

Home Page: https://academy.warp.cc/

JavaScript 38.56% HTML 1.98% Vue 27.06% TypeScript 23.39% SCSS 1.96% CSS 1.03% Rust 6.03%

academy's Introduction

Warp Contracts SDK

Warp Contracts SDK is the implementation of the SmartWeave Protocol - a smart contracts protocol on the Arweave blockchain.

Full documentation can be found in Warp Academy.

academy's People

Contributors

asiaziola avatar fukaoi avatar janekolszak avatar koonopek avatar max-levitskiy avatar omahs avatar pawanpaudel93 avatar ppedziwiatr avatar rafaldziuba avatar rpiszczatowski avatar szynwelski avatar tadeuchi avatar warcin101 avatar whiteharthill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

academy's Issues

A better description of how to use Logger

Despite my best intentions (or maybe I'm simply too dumb) I could grasp how to user the Logger.
I think we should upgrade the docs also to cater for this kind of audience ;)

rimraf is not present in dev dependencies

Rimraf is not getting installed during yarn install. It is not present as a dev dependency in package.json.

I don't have it installed globally.

Steps to reproduce:

  1. run yarn build

I get the following error:
/bin/sh: rimraf: command not found
error Command failed with exit code 127.

How to fix it:
add "rimraf": "^3.0.2" to devDependencies

Mainnet deployment

The process of deploying on the testnet are well explained.
However I struggled to find a description of the mainnet deploymnent (especially configuring the sequencer).
Maybe we should add a section describing migration to the mainnet.

task: implement a quiz app

The goal is to build a very simple quiz application. The logic should be implemented as a warp smart contract that:

  • Receives a set of questions as an initial state parameter. This includes the wording of a question, possible answers and the information which answer is correct.
  • Allows users to provide answers that will be judged by the definitions of correct answers in the initial state.
  • Keep results of users' answers (optional feature)

There also should be a very minimal front-end part that will:

  • Display questions
  • Show possible answers as buttons
  • Show immediate feedback (if the answer was correct or not)
  • Display the final score (optional feature)

A good starting point to implement the application is the ArDit (decentralized Reddit) tutorial: https://academy.warp.cc/tutorials/ardit/introduction/intro together with the code that might be forked and used as a base of the solution: https://github.com/warp-contracts/academy/tree/main/warp-academy-ardit/final

update libs

update redstone sdk and arlocal to latests versions.

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.