mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 20:47:56 +00:00
update links to ink! (#13819)
This commit is contained in:
@@ -66,8 +66,8 @@
|
||||
//!
|
||||
//! # Example
|
||||
//!
|
||||
//! The ink! repository maintains an
|
||||
//! [end-to-end example](https://github.com/paritytech/ink/tree/master/examples/rand-extension)
|
||||
//! The ink-examples repository maintains an
|
||||
//! [end-to-end example](https://github.com/paritytech/ink-examples/tree/main/rand-extension)
|
||||
//! on how to use a chain extension in order to provide new features to ink! contracts.
|
||||
|
||||
use crate::{
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
//! The Contract module is a work in progress. The following examples show how this Contract module
|
||||
//! can be used to instantiate and call contracts.
|
||||
//!
|
||||
//! * [`ink`](https://github.com/paritytech/ink) is
|
||||
//! * [`ink!`](https://use.ink) is
|
||||
//! an [`eDSL`](https://wiki.haskell.org/Embedded_domain_specific_language) that enables writing
|
||||
//! WebAssembly based smart contracts in the Rust programming language.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user