Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gosunet/workshop-initiation-solidity-web3
Learn how to write a Solidity smart contract and deploy it!
https://github.com/gosunet/workshop-initiation-solidity-web3
blockchain react solidity
Last synced: 6 days ago
JSON representation
Learn how to write a Solidity smart contract and deploy it!
- Host: GitHub
- URL: https://github.com/gosunet/workshop-initiation-solidity-web3
- Owner: Gosunet
- License: apache-2.0
- Created: 2022-10-05T09:01:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T20:14:37.000Z (over 1 year ago)
- Last Synced: 2024-11-20T02:38:18.192Z (2 months ago)
- Topics: blockchain, react, solidity
- Language: HTML
- Homepage: https://gosunet.github.io/workshop-initiation-solidity-web3/
- Size: 7.23 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to workshop-initiation-solidity-web3 👋
In this workshop you will :
- write a smart contract in Solidity to mint a custom NFT
- test your smart contract
- deploy a smart contract on an EVM compatible blockchain ⛓
- integrate your smart contract in a small front-end applicationJust follow [this link](https://gosunet.github.io/workshop-initiation-solidity-web3/initiation-solidity-web3/index.html) to start the workshop.
## Install and serve a localhost version
To do so you will have to install [claat](https://pkg.go.dev/github.com/googlecodelabs/tools/claat#section-readme).
Then run```sh
claat export codelab.md
claat serve
```## Authors
👤 Jonathan Lagneaux
* Twitter: [@Gosunet](https://twitter.com/Gosunet)
* Github: [@Gosunet](https://github.com/Gosunet)👤 Guillaume Lamanda
* Twitter: [@glamanda_](https://twitter.com/glamanda_)
* Github: [@guillaumeLamanda](https://github.com/guillaumeLamanda)## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_